Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Scenario

email address regexps are (currently) case sensitive as the regexp is not filtered and addresses are not lowercased before testing against those regexps.

Solution

Regexps can made made insensitive using the following prefix, in this example, against an email address:

(?i)itsupport@place.com
  • No labels