Package org.bremersee.spring.core.regex
Class RegexFlags
java.lang.Object
org.bremersee.spring.core.regex.RegexFlags
- All Implemented Interfaces:
Serializable
The regex flags.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RegexFlags
public RegexFlags()Instantiates new regex flags.
-
-
Method Details
-
toRegexFlags
To regex flags.- Returns:
- the optional
-
compile
Compile pattern.- Parameters:
regex- the regex- Returns:
- the pattern
-