Help for this page

Select Code to Download


  1. or download this
    $string =~ s/(?<!^Y?)X//g;
    
  2. or download this
    Variable length lookbehind not implemented in regex; marked by <-- HER
    +E in m/(?<!^Y?)X <-- HERE / at Some/File.pm line ###