regular expression

0
for field validation i use isMatch function  i need to add single quote how can do this for now i am adding with backslash it is throwing error
asked
1 answers
0

You need to use two single quotes next to each other to do this.

The documentation explains a bit more about this in the introduction to string function calls like isMatch.

https://docs.mendix.com/refguide/string-function-calls/

 

I hope this helps.

answered