Coming soon, a revamped version of this article. Sorry for the inconvenience.
« Gettin’ jiggy wit it | TOC | Control Structures »
Category: Perl
Coming soon, a revamped version of this article. Sorry for the inconvenience.
« Gettin’ jiggy wit it | TOC | Control Structures »
Dave Doyle says:
Very nice. Although if I can contribute: You may want to make some distinctions regarding the ‘.’ since, without any modifiers to the regular expression (which you do not yet discuss), it will not match “n”.
Dave Doyle says:
Whoops. I see you actually did mention the ‘.’ not matching newlines in the examples but the line “. Match any character” doesn’t. That’s the one I meant.
Vinny says:
Thanks Dave, good catch! I’ve updated it.