Array.clean()

From ZCubes Wiki
Revision as of 14:44, 4 March 2017 by Joseph (talk | contribs) (→‎Array.clean(Expression, ReplaceWith))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


Array.clean(Expression, ReplaceWith)

Replace the expression/regular expression/string with ReplaceWith. If ReplaceWith is empty, then replace it with empty string.

11..20.clean(2)

11
1
13
14
15
16
17
18
19
0


11..20.clean(/1/)

1
2
3
4
5
6
7
8
9
20