Functions for Strings Manipulation
If you work with strings a lot, I suggest you develop a library of simple routines for finding a character in a string, replacing characters, etc.
If you find yourself having to manipulate strings that a user inputs, look at the (initget) and (getkword) functions