[JAVA] unicode regular expression sample

unicode regular expression sample

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

reference

https://www.tamasoft.co.jp/ja/general-info/unicode.html

Recommended Posts

unicode regular expression sample
Regular expression basics
JS regular expression
Ruby regular expression
Ruby: Regular expression summary * Code sample available
^, $ in Rails regular expression
Regular expression for password
java regular expression summary
Full-width / half-width judgment regular expression
A little regular expression story Part 1
A little regular expression story Part 2
Apply regular expression matching with JSON Sassert