Help for this page

Select Code to Download


  1. or download this
    $input =~ /^(?:[^_]|_(?!${value}))+_${value},((?:[A-Z]\d{1,2},?)+).*/;
    
  2. or download this
    $input =~ /$value,((?:\w\d{1,2},?)+)/;