Array.clean()

From ZCubes Wiki
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