def
func:parseSymbol
parseSymbol(val, checked: true)
Parse a Str into a Symbol. If the string is not a valid Symbol identifier then raise ParseErr or return null based on checked flag. The string must not include a leading "^".
Examples:
parseSymbol("func:now")