Active
Project:
Field Validation
Version:
7.x-1.x-dev
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
6 Jun 2011 at 13:42 UTC
Updated:
20 May 2013 at 14:40 UTC
The BIG thing to note here is that this module uses regexp NOT regex! They are different.
Here is a basic regular expression matching numbers, letters, dashes, and underscores ONLY.
^[A-Za-z0-9_-]+$
Nice module thanks.
Comments
Comment #1
nicholasthompsonAlso - 6 uppercase alphanumeric characters
This should be included in the docs as an example :)
Comment #2
Khetam commentedhelpful, Thanks :)