- regularExpression
- Documentation for this section has not yet been entered.
- input
- Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.
Tests whether the given regularExpression matches the given input. Equivalent to Pattern.compile(regularExpression).matcher(input).matches(). If the same regular expression is to be used for multiple operations, it may be more efficient to reuse a compiled Pattern.