Array.clean()

Revision as of 14:44, 4 March 2017 by Joseph (talk | contribs) (Created page with "* << Z3 Home * Z3 Language Documentation * Z%5E3_Array_Manipulation_Member_Functions | Listing of Z3 Array Manipulation Member F...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


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(/1/)

1
2
3
4
5
6
7
8
9
20