RegExp

From Chorke Wiki
Revision as of 23:18, 18 April 2021 by Shahed (talk | contribs)
Jump to navigation Jump to search
Title Case
^[A-Z][a-z@./'\\]*([ \-][A-Z][a-z@./'\\]*)*$

Email Address:
^[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$
^[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*\\.([a-zA-Z]{2,5})$

Email Address: (without % or \\%)
^[a-zA-Z0-9\\.\\!#$&'*+/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*\\.([a-zA-Z]{2,5})$

References