[Date Prev][Date
Next][Thread Prev][Thread Next][Date
Index][Thread Index]
Re: Re: OT: Quickie RegEx question for gurus.
> That is effectively what I want the regex to do - to ignore them.
> The only other way would be to loop around the string and strip em
manually (up
> to 7000 chars) which would be too slow.....
You could use the replace function something like
t = replace(t,"\n","");
Where t is the string in question.
Regards
Stuart
UK Home Automation Meet 2004 - BOOK NOW!
http://www.ukha2004.com
http://www.automatedhome.co.uk
Post message: ukha_d@xxxxxxx
Subscribe: ukha_d-subscribe@xxxxxxx
Unsubscribe: ukha_d-unsubscribe@xxxxxxx
List owner: ukha_d-owner@xxxxxxx
Home |
Main Index |
Thread Index
|