What data type are we talking about? RTE, text string, text area?
EDIT
I just realised it doesn't matter which one. Go to your Doc type and click settings on the property you want. Go to validation and select custom, put your regex in there.
[A-Za-z ]{1,10}
This expression means you can have character a-z in caps or lower and much be between 1 and 10 chars.
limit
Hi
I have created a document type and choose text datatype, How to set limit on it with regex? it is possible or not
Thanks
What data type are we talking about? RTE, text string, text area?
EDIT
I just realised it doesn't matter which one. Go to your Doc type and click settings on the property you want. Go to validation and select custom, put your regex in there.
This expression means you can have character a-z in caps or lower and much be between 1 and 10 chars.
Regards M
Hi
try this
hope this help
Regards,
Samira
Thanks for help and support.
is working on a reply...