Help for this page

Select Code to Download


  1. or download this
    DB<13> $str = "I don't think 'don't' isn't >
    
      DB<14> x split /\b{wb}/, $str
    ...
    13  ' '
    14  'word'
      DB<15>
    
  2. or download this
      DB<27> $str = "I don't think, 'don't' isn't  a   word..."
    
    ...
    5  'a'
    6  'word'
      DB<30>