Help for this page

Select Code to Download


  1. or download this
    $string_to_search="This part of the string is what I'm looking for and
    + I want to capture it. I want to capture all instances of this paart 
    +of the string. Paaaaart of the string!";
    
  2. or download this
    @results = ('part','paart','Paaaaart');