allow regex flags for case insensitive
Please allow us to set flags when building regex expressions for custom restrictions. The example below does not work, we get an error that says "enter a valid regular expression" when we input the (?i) flag for case insensitive. ^[A-Za-z0-9._%+-]+@(?i)gmail.com$ Currently we have to use a more...
STATUS DETAILS
Needs Votes