Method Unicode.is_wordchar()
- Method
is_wordchar
intis_wordchar(intc)- Description
Returns whether a unicode character
cis a word, part of a word or not.- Returns
2The character is an ideograph (a CJK single-word character)
1The character is a letter, number or non-spacing mark, as defined by its unicode (general category) specification
0Any other character (such as symbols, punctuation and separators)