I have a regular expression to detect Singapore postcodes ((Singapore|S) ?[0-9]{6})|([0-9]{6} ?(Singapore|S)) that should work, I tested it on online Regular Expression testers. For some reason it does not detect anything on FlexiLayout Studio. How do I make it work?
FlexiLayout Regular Expressions don't work?
Was this article helpful?
0 out of 0 found this helpful
Comments
1 comment
Hi,
I don't know if I found the correct postcode in Singapore, I found example like: "SINGAPORE 546080".
If that is the case, your regular expression should be: "SINGAPORE"N{6} .
Here is the screenshot from FlexiLayout: https://screenshot.net/3q2qjuv
Best regards,
Vladimir
Please sign in to leave a comment.