blob: 330b42b2bb9995d606890893755661a2d2b0e14b [file] [edit]
pub fn check(c: char) -> bool {
c.is_ascii_alphanumeric() // 123
|| c == '。'
|| c == '、'
}