Use of regex
-
I’ve added a UK style postcode field to a form and have trying to use regex to validate the client’s postcode and can’t get it to work.
I am usng the input field labelled regex but is not clear how the regex string should entered – enclosed in single or double quotes, brackets? As is without delimiters? As a result I’m not sure whether it is my regex string that is wrong.
The raw regex string is:
[code]
/[A-Z]{1,2}[0-9][0-9A-Z]?\s?[0-9][A-Z]{2}/gi;
[/code]Thanks
Will
- The topic ‘Use of regex’ is closed to new replies.