Class Utils

java.lang.Object
io.github.multiform_validator.Utils

public class Utils extends Object
  • Method Details

    • getOnlyEmail

      public static Object getOnlyEmail(String text, Utils.GetOnlyEmailOptionsParams options)
      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.