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

TODO 列表

近期

  • 记得在parser后编写释放内存的代码
  • 在匹配错误的时候释放内存
  • 优化组的返回结果
  • I 开关(忽略大小写)
  • M 开关(多行匹配)
  • S 开关(DOTALL)
  • [^] 否定组
  • "|"
  • (?:...)
  • (?P...)
  • (?P=name) 前向引用
  • (?#...)
  • (?=...)
  • (?!...)
  • (?<=...)
  • (?<!...)
  • (?(id/name)yes|no)
  • \number 另一个前向引用

不定

  • 暂无

已知问题

  • 暂无

已经完成

  • {m,n} - 2015.12.12
  • *?,+?,?? 非贪婪匹配 - 2015.12.13
Clone this wiki locally