Package io.github.multiform_validator
Class Utils
java.lang.Object
io.github.multiform_validator.Utils
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Options for the getOnlyEmail method. -
Method Summary
Modifier and TypeMethodDescriptionstatic Object
getOnlyEmail
(String text, Utils.GetOnlyEmailOptionsParams options) Extracts email addresses from the given text.
-
Method Details
-
getOnlyEmail
Extracts email addresses from the given text.- Parameters:
text
- The text to extract email addresses from.options
- The options for extracting email addresses.- Returns:
- The extracted email addresses.
-