Uses of Class
io.inugami.commons.engine.js.objects.RegexFlags
-
Packages that use RegexFlags Package Description io.inugami.commons.engine.js.objects -
-
Uses of RegexFlags in io.inugami.commons.engine.js.objects
Methods in io.inugami.commons.engine.js.objects that return RegexFlags Modifier and Type Method Description static RegexFlags
RegexFlags. getEnum(String key)
static RegexFlags
RegexFlags. valueOf(String name)
Returns the enum constant of this type with the specified name.static RegexFlags[]
RegexFlags. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-