Quoted identifiers
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 8.1
- Documentation
OpenAccess SDK supports double quotation mark-delimited identifiers. Enclosing a name in double quotation marks allows it to:
- Begin with a character other than an alphabetic character, such as a numeric character.
- Contain spaces and any characters other than the double quotation mark character.
- Be a reserved word.
Examples
"Open"
"Project Name"
"Hello.com"