Good document. I can hardly fault it technically.Alright, thank you! I edited the Original Post in order to use most of your suggestions.
A few suggestions (I am a native speaker of (British) English):
Oh, I had a really hard time finding out what the difference between the two lines of code is. But indeed. I altered it, so now it is ($untainted) = $tainted =~ m/(.*)/; :)($untainted) = $tainted =~ m/(.*)/g;($untainted) = $tainted =~ m/(.*)/g;
(And you just finished warning people not to use redundant qualifiers) :-)
In reply to Re^2: [Try-out] Regexp do's and don'ts
by muba
in thread Regexp do's and don'ts
by muba
For: | Use: | ||
& | & | ||
< | < | ||
> | > | ||
[ | [ | ||
] | ] |