Help for this page

Select Code to Download


  1. or download this
    c:\@Work\Perl>perl -wMstrict -le
    "my $regex = '(?xms) ((.) \2{2,})';
    ...
    "
    match: captured 'iii'
    match: captured 'oooo'