79577012

Date: 2025-04-16 11:06:40
Score: 2.5
Natty:
Report link

I found this one is a bit long-winded but seems to work:

^(?!BG|GB|NK|KN|TN|NT|ZZ)[a-ceghj-pr-tw-zA-CEGHJ-PR-TW-Z][a-ceghj-pr-tw-zA-CEGHJ-NPR-TW-Z]([ ]{1}|)[0-9]{2}([ ]{1}|)[0-9]{2}([ ]{1}|)[0-9]{2}([ ]{1}|)[a-dA-D]$

Allows for upper or lower case, and allows optional space between first two letters and numbers, allows numbers with optional spaces between groups of two, and an optional space before the last letter.

Reasons:
  • No code block (0.5):
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Wayne B-T