I am learning about Regular expressions (regex) for English and although some of the concepts seem like they would apply to other languages such as Japanese, I feel as if ma
The Java character classes do something like what you are looking for. They are the ones that start with \p here.