Parentheses in Field Validator
Thursday, February 14, 2019 at 10:22amHi team,
We have a requirement to include Parentheses in Field Validator, for example, I want signer to input "Neder Over Heembeek (Bru.)" in a textfield.
Currently, we set it this way: "pattern" : "^Neder Over Heembeek (Bru.)\\s?$" and it doesn't work.
Please help me with this!
Reply to: Parentheses in Field Validator
Saturday, February 16, 2019 at 06:18am"pattern": "Neder Over Heembeek [(]Bru.[)]"
Since it's a single character, you can put it in a character class like [(] Hope this could help! Duo