Help for this page

Select Code to Download


  1. or download this
     $` The text before matching -- In your code, that's $in
     $' The text which comes after the match in an input string -- Alt: Lo
    +okarounds
     $& The text of the match itself -- Use captures instead