Hi,
I've written a regular expression to capture international characters, the only trouble I'm having with it now is setting the limit on the length of the character.
This is what I have:
[^\p{""}$]{0,3}
I've been using the following site to validate it:
https://www.regextester.com/21
Please help!
↧