public static class
RegexReplace.Options
Optional attributes for RegexReplace
Public Methods
RegexReplace.Options |
replaceGlobal(Boolean replaceGlobal)
|
Inherited Methods
boolean |
equals(Object arg0)
|
final Class<?> |
getClass()
|
int |
hashCode()
|
final void |
notify()
|
final void |
notifyAll()
|
String |
toString()
|
final void |
wait(long arg0, int arg1)
|
final void |
wait(long arg0)
|
final void |
wait()
|
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. |
---|