What is the format of the regular expression for ...data-dojo-props='regExp:...I have seen that this expression is beautiful ... data-dojo-props="regExp:'[\\w]+',.... But it is very simple. What if the expression is complex, how
^[a-zA-Z]+(([\'\,\.\- ][a-zA-Z ])?[a-zA-Z]*)*$
or
^(\+|00)\d{2,3}-\d{1,2}-\d{3}-\d{4}$
source
share