REVLOCK: Allowed Characters in ID Attributes
All identifiers in REVLOCK can include any number of letters, digits ([0-9]), hyphens ("-"), underscores ("_"), colons (":"), and periods ("."). Other special characters such as /, \,? & are not currently supported.
Examples:
Valid ID
attribute_name
attribute_name.1000
attribute-name:1000
Invalid ID
attribute&name
attribute&name/1?
attribute/name/1000
Examples:
Valid ID
attribute_name
attribute_name.1000
attribute-name:1000
Invalid ID
attribute&name
attribute&name/1?
attribute/name/1000
Updated on: 06/08/2021
Thank you!