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