Regular expressions (regex) in Japanese

前端 未结 4 1117
你的背包
你的背包 2020-12-29 08:28

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

4条回答
  •  北海茫月
    2020-12-29 08:56

    The Java character classes do something like what you are looking for. They are the ones that start with \p here.

提交回复
热议问题