regexp to replace uppercase characters with their lower case equivalent's
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.
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
This is probably a job for javascript with [jstrigger].
Max Patch
Copy patch and select New From Clipboard in Max.
lh