我想要一个 java 中的正则表达式来检查一个字符串是否包含连续的 3 位数字。但问题是我的字符串可能包含 unicode 字符。如果字符串包含 unicode 字符,它应该跳过 unicode 字符(在 & AND # 之后跳过 4 个 '.')并且应该进行检查。一些例子是
Neeraj : false
Neeraj123 : true
ӒNeeraj : false
ӒNeeraj123 : true
123N{D : true
NeerajӒ : false
NeerajDB123 : true
Ӓ : false