"The announcement name must be between 1 and 80 characters long and is not allowed to contain the following characters: /, \\, % and +"
"^[^%+\\\\/]{1,80}$"
"The Calling Line ID must be between 1 and 30 characters long and is not allowed to contain the following characters: %, +, backslash, double quotes, or extended ascii characters."
"(?=[ -~])^[^\\\\%+\"]{1,30}$"
"The Department ID must be between 1 and 50 characters long and is not allowed to contain the following characters: %, +, backslash, parenthesis, or double quotes."
"[^\\\\%+()\"]{1,50}$"
"The email address can contain only one @ and A-Z, a-z, 0-9, ! # $ % & * + - / = _ { } | ~ ` . ? ^ or single quotes."
""
"BroadWorks Service Provider ID must begin with a -, _, 0-9, a-z or A-Z; is not allowed to contain % \\ + / # :: single quote, double quote, or unicode characters; and must be between 1 and 30 characters long."
"(?=[ -~])(?!.*::)^[\\w\\-]{1,1}[^%+\\\\/#\'\"]{0,29}$"
"BroadWorks Group ID must begin with a -, _, 0-9, a-z or A-Z; is not allowed to contain % + / ; :: \\ single quote, double quote, or unicode characters; and must be between 1 and 30 characters long."
"(?=[ -~])(?!.*::)^[\\w\\-]{1,1}[^%+\\\\/;\'\"]{0,29}$"
"A phone number used for outgoing calls must contain only -, 0-9 or a E.164 formatted number. Additional spaces and dashes are allowed but will not be included in the number."
""
""
"The SIP URI must be between 3 and 161 characters and cannot contain any characters except a leading +, A-Z, a-z, 0-9, -_.!~*() or single quotes. (IF A DOMAIN IS ENTERED) Domain Name may only contain letter, digit, ., -, :(IF USING A PHONE NUMBER) A phone number used for outgoing calls needs to be 2 to 30 digits. Spaces and dashes are not included in this length. An E.164 number used for outgoing calls must contain only characters +, - and 0-9. Only the leading character may be a +"
""
"The user alias cannot contain any characters except A-Z, a-z, 0-9, - _ . ! ~ * ( ) or single quotes."
""
"The User ID must be between the clusters configured minimum user id length and 80 characters long containing either a letter, a digit, a single quote, or one of the following characters: # $ % & + - / = ? ; . | _ ~ ! ` ^ { }. And The Domain must be between 1 and 80 characters long and may only contain the following characters: colons, hyphens, periods, square brackets, and alphanumeric characters."
"^[\\w\\-%+\\/$;#&=?.|~!`^{}\']{1,80}@{0,1}[A-Za-z0-9\\[\\]:.-]{0,80}$"
"Nickname can only contain hyphens, periods, underscores, spaces, and alphanumeric characters."
"^[ _.A-Za-z0-9-]*$"
"Username may only contain underscores, single quotes, periods, at signs, and alphanumeric characters."
"^[_\'.@A-Za-z0-9-]*$"
"Name can only contain letters, spaces, periods, single quotes, and dashes."
"^[\\p{L} .\'-]+$"
"The static registration contact must be between 1 and 1020 characters and cannot contain any characters except A-Z, a-z, 0-9, -_.!~*()&=+$,;?/ or single quotes."
"Name can only contain hyphens, periods, underscores, spaces, and alphanumeric characters."
"^[ _.A-Za-z0-9-]*$"