Array.clean()
Revision as of 13: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...")
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 |