Closed
Description
This issue was originally filed by thefield...@ozemail.com.au
Regular expressions are cryptic. Everybody has problems trying to remember how to construct a regular expression and a day later they forget what the strange thing means. There is no argument about this. The best approach to solve regular expressions that I can think of is:
var regExp = startsWith 3 letters
andThen 6 numbers or "blah"
andThen atLeast 2 "-";
Easily readable.