Help for this page
$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!";
@results = ('part','paart','Paaaaart');