John> One of the things Perl has right now is the ability to use spaces John> within regular expressions via a suffix flag. In Perl 6, this will John> become standard, and will include the ability to include comments! Python also supports that with the re.VERBOSE flag. Skip