RE: I need Faster way than s/bla/bla/i to remove string. Does tha t exist?

2001-03-01 Thread SCOTT_SISSON
eState.com cc: Subject: RE: I need Faster way than s/bla/bla/i to

Re: I need Faster way than s/bla/bla/i to remove string. Does tha t exist?

2001-03-01 Thread Ron Grabowski
[ I don't have the original posters email at this terminal ] > if you are building for speed avoid $&, $' and $` as they make copies of If you really really needed it to be fast you might look into writting it in C using PCRE ( Perl Compatible Regular Expression ). http://www.google.com/search