IVIK Training Rik B©uwman

close

Simple example of RegEx test

Two types of regular expression tests are demonstrated here: 'test(value)' and 'exec(value)'.
To check for an exact match, use 'test'.
To see if there is any match in the input string and return the portion that matches the expression, use 'exec'.

Enter a postal code:

Only format 'a1b 2c3' and 'a1b2c3' are allowed. (Not case sensitive)