It's a hassle to look up every time, so I'll write an article about unicode regular expressions that I think I'll use ...
| Overview | unicode regular expression |
|---|---|
| Kanji hiragana | \u30a0-\u30ff\u3040-\u309f\u3005-\u3006\u30e0-\u9fcf |
| Full-width space | \u3000 |
| Full-width alphabet uppercase | \uFF41-\uFF5A |
| Full-width lowercase alphabet | \uFF21-\uFF3A |
| Full-width numbers | \uFF10-\uFF19 |
https://www.tamasoft.co.jp/ja/general-info/unicode.html
Recommended Posts