Regular Expressions 101

Community Patterns

Detecting CJK Chars in Golang!

0

Regular Expression
Golang

`
[\x{3040}-\x{30ff}\x{3400}-\x{4dbf}\x{4e00}-\x{9fff}\x{f900}-\x{faff}\x{ff66}-\x{ff9f}\x{3040}-\x{30ff}\x{3400}-\x{4dbf}\x{4e00}-\x{9fff}\x{f900}-\x{faff}\x{ff66}-\x{ff9f}\x{3131}-\x{D79D}]
`
gm

Description

Detecting CJK Chars in Golang!

Submitted by anonymous - 3 years ago