Class RegexConstants

java.lang.Object
com.bluebell.greenhouse.platform.constants.system.RegexConstants

public final class RegexConstants extends Object
Constants used for regex & strings.
Version:
1.0.2
Author:
Stephen Prizio
  • Field Details

    • PHONE_NUMBER_REGEX

      public static final String PHONE_NUMBER_REGEX
      Global Phone number regex (1) = country, (2) = area code, (3) = exchange, (4) = subscriber, (5) = extension. where (x) indicates matcher group
      See Also:
    • MARKET_PRICE_VALID_SYMBOL_REGEX

      public static final String MARKET_PRICE_VALID_SYMBOL_REGEX
      Symbol validation pattern for market prices.

      Rules: must start with a letter; subsequent characters may be letters, digits, dot ( .), or exclamation (!).

      See Also:
    • EMAIL_TEMPLATE_INTERPOLATION

      public static final String EMAIL_TEMPLATE_INTERPOLATION
      Template interpolation token used in email/HTML templates.

      Matches placeholders of the form ${name} where name contains letters and underscores.

      See Also: