- regularExpression
- Documentation for this section has not yet been entered.
- replacement
- Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.
Type Reason !:NoType:if the syntax of the supplied regular expression is not valid. Java.Lang.NullPointerException if regularExpression == null
Replaces the first match for regularExpression within this string with the given replacement. 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.