|
Posted by simon on 08/11/06 18:40
Hi,
I need to a regex to look for a string, (case insensitive), but excluding
spaces and returns
So that something like,
$mystring1 = "The House";
$mystring2 = "The Ho\r\nuse";
$mystring3 = "The Ho u\n se";
and the needle was "House" and all three string would return the start and
end point.
Can anybody help me with that?
Thanks
Simon
Navigation:
[Reply to this message]
|