| 
 Posted by simon on 08/15/06 04:25 
"Rik" <luiheidsgoeroe@hotmail.com> wrote in message  
news:a6595$44dd157c$8259c69c$22485@news1.tudelft.nl... 
> simon wrote: 
>> 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"; 
> 
> Normally I'd say: "Why not remove all whitespace characters and then 
> search?" 
> 
 
Thanks for the code. 
 
Simon
 
[Back to original message] 
 |