RegexReplace.Options

public static class RegexReplace.Options

Optional attributes for RegexReplace

Public Methods

RegexReplace.Options
replaceGlobal(Boolean replaceGlobal)

Inherited Methods

Public Methods

public RegexReplace.Options replaceGlobal (Boolean replaceGlobal)

Parameters
replaceGlobal If True, the replacement is global (that is, all matches of the `pattern` regular expression in each input string are rewritten), otherwise the `rewrite` substitution is only made for the first `pattern` match.