Next: string.ismissing, Previous: string.endsWith, Up: string [Contents]
8.2.53.10 string.erase ¶
- Method:
out = erase (obj, match) ¶
-
Erase matching substring.
Erases the substrings in obj which match the match input.
Returns a string array of the same size as obj.