Click or drag to resize

StringUtilsToSymbol Method

Overload List
  NameDescription
Public methodStatic memberToSymbol(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.
Public methodStatic memberToSymbol(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.
Top
See Also