logo

Limit characters in vRA Textbox using Regular expression

Quick post on how to limit  character input in a vRA TextBox.

– Create a Property Dictionary

– Click Edit

– Add a New Property Attribute

– Select RegEx

Inp

Sample Regular Expression:

\w{3,5}

– Limit the input only for any word combination with minimum of 3 and  a maximum of 5 characters.

  1. erez Reply

    Can you be more specific?
    Are you talking about the advanced service tab?
    what is the the dictionary property and where you create it?

    Regards,
    Erez.

Leave a Reply

*

This site uses Akismet to reduce spam. Learn how your comment data is processed.