- regularExpression
- Documentation for this section has not yet been entered.
- limit
- Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.
Type Reason Java.Lang.NullPointerException if regularExpression == null !:NoType:if the syntax of the supplied regular expression is not valid.
Splits this string using the supplied regularExpression. See Java.Util.Regex.Pattern.Split(ICharSequence, System.Int32) for an explanation of limit. See Java.Util.Regex.Pattern for regular expression syntax.
If the same regular expression is to be used for multiple operations, it may be more efficient to reuse a compiled Pattern.