Jpcre2 Versions Save

C++ wrapper for PCRE2 Library

10.28.08

7 years ago
  • Added setMatchStartOffsetVector()
  • Added setMatchEndOffsetVector()
  • Added resetCharacterTables()
  • Added a #define to privide JPCRE2 version
  • Added a typedef jpcre2::VecOff
  • Removed getEndOffset()
  • Removed setLocale(), getLocale() and getLocaleTypeId()
  • Fixed a bug on Regex copy constructor (deleted character tables were being tried to be used).

10.28.07

7 years ago
  • Fix toString(int) function for C++98
  • Added a struct ConvInt
  • Added a struct ConvUTF

10.28.06

7 years ago
  • Fix memory leaks tracked by valgrind
  • Fix some minor bugs
  • Removed jpcre2::ERROR::JIT_COMPILE_FAILED
  • Added initMatchFrom() and initReplaceFrom()
  • Added setNewLine() and getNewLine()
  • Fix setLocale()
  • Added getLocaleTypeId()
  • PCRE2_SUBSTITUTE_OVERFLOW_LENGTH can now be overridden.
  • Overloads to pass subject, pattern and replacement strings with pointer.
  • Added getSubjectPointer(), getPatternPointer() and getReplaceWithPointer()