File: TODO

package info (click to toggle)
libpcre%2B%2B 0.9.5-5.1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 2,608 kB
  • sloc: sh: 9,165; cpp: 835; makefile: 78
file content (11 lines) | stat: -rw-r--r-- 567 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
make PCRE++ pcre4 ready:
 - add PCRE_ERROR_MATCHLIMIT support to the exception class
 - add another constructor with match_limit support (pcre_extra data to pcre_exec)
 - add a new method define a callout function which maybe called by pcre in
   case (?C) occures in the regex. See change #28 and #49 in the pcre changelog
 - add a new method to retrieve named submatches
 - add a wrapper for pcre_fullinfo()

- add a method to enable pcre_study().
- add operator[] for directly matching substrings
- add method to change flags after the constructor has been called