StaticRegexReplace.Options

public static class StaticRegexReplace.Options

Optional attributes for StaticRegexReplace

Public Methods

StaticRegexReplace.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 StaticRegexReplace.Options replaceGlobal (Boolean replaceGlobal)

Parameters
replaceGlobal If True, the replacement is global, otherwise the replacement is done only on the first match.