The real problem here is the use of /e on the substitution, when this would work just as well and be much more efficient: s/(\w+)/\U$1/g;
In reply to Re: Re: Re: Common Regex Gotchas
by chipmunk
in thread Common Regex Gotchas
by chromatic
For: | Use: | ||
& | & | ||
< | < | ||
> | > | ||
[ | [ | ||
] | ] |