Help for this page

Select Code to Download


  1. or download this
    { s/\.\d+//g; $1=>$2 if/(.+)\s+\|\s+(.+)/; }
    
  2. or download this
    { s/\.\d+//g; /(.+)\s+\|\s+(.+)/ ? ($1=>$2) : ()  }