Jofban
(Jofban)
8
Yeah, it’s sort of a “human readable” version that’s in no specific format.
Using the PCRE format, which is wide-spread, the regex could be written more precisely like that:
[A-Z][0-9][0-9W] [0-9A-Z]{4}
This regex also works in Libreoffice Calc, which uses ICU Regular Expressions as per the REGEX documentation.
1 Like