Skip to content
fy edited this page Dec 10, 2015 · 23 revisions

TODO 列表

近期

  • I 开关(忽略大小写)
  • M 开关(多行匹配)
  • S 开关(DOTALL)
  • {m,n}
  • [^] 否定组
  • *?,+?,?? 非贪婪匹配
  • "|"
  • (?:...)
  • (?P...)
  • (?P=name) 前向引用
  • (?#...)
  • (?=...)
  • (?!...)
  • (?<=...)
  • (?<!...)
  • (?(id/name)yes|no)
  • \number 另一个前向引用

不定

  • 暂无

已知问题

  • 暂无

已经完成

  • 暂无
Clone this wiki locally