Uses of Enum
org.teavm.jso.core.JSRegExpFlag
Packages that use JSRegExpFlag
-
Uses of JSRegExpFlag in org.teavm.jso.core
Methods in org.teavm.jso.core that return JSRegExpFlagModifier and TypeMethodDescriptionstatic JSRegExpFlag
Returns the enum constant of this type with the specified name.static JSRegExpFlag[]
JSRegExpFlag.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.teavm.jso.core with parameters of type JSRegExpFlagModifier and TypeMethodDescriptionstatic JSRegExp
JSRegExp.create(String pattern, JSRegExpFlag... flags)