A piggy bank of commands, fixes, succinct reviews, some mini articles and technical opinions from a (mostly) Perl developer.

PHP regular expressions


/(.*)something/s

The s at the end causes the dot to match all characters including newlines.