Skip to content
Prev 67485 / 398506 Next

removing characters from a string

Using help.start() and searching on keyword "character" or using
help.search(keyword="character") will show you what you have missed.

As others have pointed out, you have missed the power of regular 
expressions (despite that being how these things are done in Perl).
Also, strsplit() can be very powerful.
On Tue, 12 Apr 2005, Vivek Rao wrote:

            
Your exploration of them seems more than a bit limited.