GSAK (Geocaching Swiss Army Knife) | ||
Contents
- Index
Remove(sSource, sRemoveData, sType) : string Remove selected characters or a matched regular expression from a string. sSource - The original source string sRemoveData - The characters you want to remove (or regular expression) sType - C = characters, R = Regex If sType = C, then this function will remove any of the individual characters specified in sRemoveData. If sType is R, then sData is used as a Regular expression and any string(s) that match this regular expression will be removed. Example 1
Example 2
Also see the Keep() function Alpha List Category List |
Copyright 2004-2019 CWE Computer Services Privacy Policy Contact |