If you come across a field that does not allow special characters (such as Goal and Scope Names), the following characters can be used:
- a-z any single character in the range between a and z (case sensitive)
- A-Z any single character in the range between A and Z (case sensitive)
- 0-9 any single character in the range between 0 and 9
- " . " period
- " ' " apostrophe
- " - " dash
- " _ " underscore
- " " any white space character
Comments