Help for this page

Select Code to Download


  1. or download this
        punct: /[^\w\s]/ {print "<punct: $item[1]>" }
    
  2. or download this
        punct: /(?:[^\w\s[]+|\[[^\w\s[]*|\[\[(?!.+?]]))+/ 
               {print "<punct: $item[1]>"}