Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
        substr $masked, $_, 1, q{x} for @toMask;
        return $masked;
    }
    
  2. or download this
                  Rate  substrList    andRegex andOrAndNot
    substrList  26.0/s          --         -8%        -91%
    andRegex    28.3/s          9%          --        -90%
    andOrAndNot  278/s        969%        884%          --