Checks if identifier is canonical and non-null.
Canonical identifiers are e.g. expected by the PDB for procedure and parameter names. Every character of the input string must be either '-', 'a-z', 'A-Z' or '0-9'.
| identifier |
The identifier string to check. |
|
true if |