Help for this page

Select Code to Download


  1. or download this
    For natural language processing (so that, for example, apostrophes are
    + included in words), use instead \b{wb}</p>
    
    "don't" =~ / .+? \b{wb} /x;  # matches the whole string
    
  2. or download this
    use warnings;
    use strict;
    ...
    It matches
    d