2.2.6 SimpleIdentifier

SimpleIdentifier is a string-based representation. The maximum length of the identifier MUST be less than 480.

The following pattern represents the allowed identifiers in the ECMA specification as specified in [ECMA-334] sections 9.4.2 and A.1.6.

 value="[\p{L}\p{Nl}][\p{L}\p{Nl}\p{Nd}\p{Mn}\p{Mc}\p{Pc}\p{Cf}]{0,}"