Lethe Newsletter & Mailling System

Regular Expression Samples for Subscribe Forms

Regular expressions provide a powerful, concise, and flexible means for matching strings of text, such as particular characters, words, or patterns of characters.

Lethe allows you to check the user’s inputs and to match the input values against a regular expression.

Here is the sample RegEx patterns for non-expert users.

  • Texts

    Personal Name
    Mr. John Conner, John Conner etc.
    A-Z, a-z, 0-9
    +99(99)9999-9999)
    Username
    Passwords
    Minimum 6 character required
  • Phones

    Common
    +99(99)9999-9999)
    Multiple
    (123) 456 7899, (123).456.7899, (123)-456-7899, 123-456-7899, 123 456 7899, 1234567899
  • E-Mail & URL

    E-Mail
    test@gmail.com (current lethe forms uses email field)
    URL
    http://lethe.artlantis.net