当前位置: 代码迷 >> J2SE >> 正则表达式 CANON_EQ的具体意思解决方案
  详细解决方案

正则表达式 CANON_EQ的具体意思解决方案

热度:431   发布时间:2016-04-24 17:17:14.0
正则表达式 CANON_EQ的具体意思
如题   说的详细点

------解决方案--------------------
CANON_EQ: 考虑Unicode字符的规范等价。
Enables canonical equivalence.
When this flag is specified then two characters will be considered to match if, and only if, their full canonical decompositions match. The expression "a\u030A ", for example, will match the string "? " when this flag is specified. By default, matching does not take canonical equivalence into account.
  相关解决方案