Function: cleanText()
cleanText(
text
):string
Defined in: packages/cspell-lib/src/lib/util/text.ts:108
Remove Hiragana, Han, Katakana, Hangul characters from the text.
Parameters
text
string
Returns
string
the text with the characters removed.