Naming Policies
This table lists the naming patterns enforced for various fields throughout UDMG.
| Policy Name | Regex | Description |
|---|---|---|
| Standard Naming Pattern | ^[a-zA-Z0-9_-]{1, 255}$ | Matches any string that:
|
| Username Pattern | ^[a-zA-Z0-9_.@-]{1,255}$ | Matches any string that:
|
| Email Address Pattern | [a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,} | Standard format for any valid email address. |