Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • test 19 posts 122 karma points
    Mar 02, 2016 @ 13:14
    test
    0

    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

  • M T 35 posts 212 karma points
    Mar 02, 2016 @ 13:55
    M T
    2

    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.

    Regards M

  • Samira 113 posts 452 karma points
    Mar 03, 2016 @ 14:21
    Samira
    0

    Hi

    try this

    enter image description here

    hope this help

    Regards,

    Samira

  • test 19 posts 122 karma points
    Mar 31, 2016 @ 07:31
    test
    0

    Thanks for help and support.

Please Sign in or register to post replies

Write your reply to:

Draft