|
You could just make it so that whatever word you go to search for you add a space before and after it. But then if the word comes before a comma or period it wont change it. You would have to make a case statement and have it grab the letter after the word each time and if it is a space, comma, or period allow it, but if it is anything else don't touch it. With this extra overhead it may be more beneficial to add regular expressions into it. Goodluck.
|