Identity Portal Regex to limit input field
search cancel

Identity Portal Regex to limit input field

book

Article ID: 189200

calendar_today

Updated On:

Products

CA Identity Manager CA Identity Governance CA Identity Portal CA Identity Suite

Issue/Introduction

Symantec IGA (CA Identity Manger) Identity Portal can use Regular Expressions (Regex) to validate input from properties on a form.



Is there a regular expression (RegEx) to limit the number of characters in a particular input filed\ property?

Environment

Release : 14.x

Component :
CA IDENTITY SUITE (VIRTUAL APPLIANCE)
SYMANTEC IGA

Resolution

As an example, this regex (Regular Expression) would limit the number of characters in the form field to 150 characters.

^.{0,150}$