Package | Description |
---|---|
org.javasimon.utils |
Java Simon supporting utilities and tools.
|
Modifier and Type | Method and Description |
---|---|
static Replacer.Modificator |
Replacer.Modificator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Replacer.Modificator[] |
Replacer.Modificator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Replacer(String from,
String to,
Replacer.Modificator... modificators)
Creates the replacer with from->to regex specification.
|
Copyright © 2019. All rights reserved.