regexp to replace uppercase characters with their lower case equivalent's

pcm@pcmxa.com's icon

Hi,

I am looking for a regex to replace any uppercase character with its lower case equivalent. right now I have regexp [A-Z]. This finds the uppercase characters just fine but I can't figure out how to replace them.

Thanks.

pdelges's icon
Max Patch
Copy patch and select New From Clipboard in Max.

I'd do this with the good old atoi / itoa pair. Something like this:

p

Luke Hall's icon

This is probably a job for javascript with [jstrigger].

Max Patch
Copy patch and select New From Clipboard in Max.

lh