StringReplace is great but sometimes you want to replace a whole instead of partially, for example StringReplace will replace the word 'word' in 'wording', whereas this function won't do that. Function: ; #FUNCTION# ==================================================================================================================== ; Name ..........: _StringReplaceWholeWord ; Description ...: Replaces substrings in a string, but will replace the whole word instead of if the word is contained wit