Re: Replacing characters (Matt: bug)
- Posted by Dan Moyer <DANIELMOYER at prodigy.net> Sep 17, 2002
- 442 views
Andy, you wrote: <snip> >I have a very > fast substring replace routine that chooses from two different search > methods based on the size of the subject & a class replace routine > (which will replace any single character or group of characters in the > "class" it is looking for) that pretty much take care of everything I > need. I was thinking of putting together a string library with some of > this stuff. > > Maybe I'll post the routines one at a time, and we can look for > improvements to them and build up the library I think that's a very good idea! Please do so! :) Dan Moyer > > > > >