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?
この記事は役に立ちましたか?
0人中0人がこの記事が役に立ったと言っています
コメント
1件のコメント
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
サインインしてコメントを残してください。