Language expression like a regular expression.
It's possible to construct a language expression similar to the reg-exp: ^[a-zA-Z0-9_()|áéíóúÁÉÍÓÚñ\Ñ,.;\s/-=]+$ ?
I need this for a manual type field, not a property (that's why I don't use regex in the property definition).
Thanks.
Tagged:
0