Help for this page

Select Code to Download


  1. or download this
    perl -le '$_="[987]ABC[GHI]XYZ[dfg]"; print "$_" for split/(?!\w+\])|\
    +[|]/,$_'
    
  2. or download this
    perl -le '$_="[987]ABC[GHI]XYZ[dfg]";print "$_" for grep{$_}split/(?!\
    +w+\])|\[|]/,$_'