![]() |
|
Keep It Simple, Stupid | |
PerlMonks |
Re^2: change [A-Z] to U, [a-z] to L with one regex?by jwkrahn (Monsignor) |
on Mar 19, 2013 at 21:22 UTC ( #1024391=note: print w/replies, xml ) | Need Help?? |
[A-Z] is 28 characters, not 26, so your expression is wrong. This will work:
In Section
Seekers of Perl Wisdom
|
|