Community

FlexiLayout Regular Expressions don't work?

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?

Was this article helpful?

0 out of 0 found this helpful

Comments

1 comment

  • Avatar
    Vladimir Dimitrijević

    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

     

    0

Please sign in to leave a comment.