public static class
StaticRegexReplace.Options
Optional attributes for StaticRegexReplace
Public Methods
StaticRegexReplace.Options |
replaceGlobal(Boolean replaceGlobal)
|
Inherited Methods
Public Methods
public StaticRegexReplace.Options replaceGlobal (Boolean replaceGlobal)
Parameters
replaceGlobal | If True, the replacement is global, otherwise the replacement is done only on the first match. |
---|