Package dev.comfast.rgx
Class Rgx
java.lang.Object
dev.comfast.rgx.Rgx
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
pattern
-
-
Constructor Details
-
Rgx
-
-
Method Details
-
flags
- Parameters:
flags- Regex flags. Same as second argument in: Pattern.compile(String, int)- See Also:
-
match
- Returns:
- First match.
-
matchAllAsString
- Returns:
- All matches.
-
matchAllAsString
- Returns:
- Nth group from all matches.
-
matchAll
- Returns:
- All matches list.
-
toString
-