Regex expression: validation of phone number

Hi everyone,

I would like to build a validation expression to enforce validation of phone number. The phone number must start with +268 (country code) followed by 9 digits.

I’d appreciate it if someone can guide me on this

1 Like

Hi fernando, you can use this as a starting guide: regex101: build, test, and debug regex

1 Like

Hi @dhuser,

I have tried the following program rule expression to validate the phone number attribute, but it does not work.

Thanks

2 Likes