Excerpt | ||
---|---|---|
| ||
replaceAll(listToCheck, findPattern, replacementString) Replace all occurrences of a pattern with a replacement string. |
Function: replaceAll()
Replace all occurrences of a pattern with a replacement string.
...
replaceAll() removes all strings of 8 digits from file names contained in the attribute in.fileName.
If in.fileName = "20060712file-proc20070103-1263", this returns "file-proc-1263".
...