Ask a question to get started
Enter to sendā¢Shift+Enter new line
Sanitizes the input string by removing characters that are not alphanumeric or underscores.
sanitizeName(inputStr: string): string
inputStr
string
The string to be sanitized.