StringUtilsToSymbol Method |
Name | Description | |
---|---|---|
ToSymbol(String) |
Converts a string to a symbol string by removing all characters except for a-z, A-Z, 0-9, and "_".
The result is a string suitable for an identifier in HTML or elsewhere.
| |
ToSymbol(String, String) |
Converts a string to a symbol string by replacing all characters except for a-z, A-Z, 0-9, and "_"
with the specified replacement character (or string, really).
The result is a string suitable for an identifier in HTML or elsewhere.
|