split
String[] split(String value, String regex);
i.e., org.zkoss.xel.fn.StringFns#split(java.lang.String, java.lang.String)
Splits this string to match the given regular expression.
Parameters:
- value - the value to split
- regex - the delimiting regular expression, such as
";"
and"[,;]"
.
Version History
Version | Date | Content |
---|---|---|
5.0.7 | March, 2011 | This method was introduced |