Advanced search
Posted: Fri Jul 18, 2008 6:07 am
Task:
Replace a string using advanced matching
Example:
$needle="pretty blue day"
$haystack="It was blue and pretty day yesterday"
Match "blue and pretty day", meaning the $needle can be permuted and additional words can be inserted in between (one or two words max, if possible this would be a setting).
Replace a string using advanced matching
Example:
$needle="pretty blue day"
$haystack="It was blue and pretty day yesterday"
Match "blue and pretty day", meaning the $needle can be permuted and additional words can be inserted in between (one or two words max, if possible this would be a setting).