Help for this page

Select Code to Download


  1. or download this
    our $RE_WORDS = qr[
        (?: \$? \d+ (?:[.,] \d+ )*)+
    ...
        @words{ shift =~ m[($RE_WORDS)]og } = ();
        return keys %words;
    }
    
  2. or download this
    D:\Perl\test>257026
    Regex:
    ...
    regex   526/s      --    -13%    -26%
    match   607/s     15%      --    -15%
    strings 710/s     35%     17%      --