Skip to content
Snippets Groups Projects
  1. Feb 20, 2018
  2. Feb 01, 2018
  3. Jan 31, 2018
  4. Jan 23, 2018
  5. Jan 19, 2018
  6. Jan 17, 2018
  7. Jan 10, 2018
  8. Jan 09, 2018
  9. Jan 08, 2018
  10. Jan 03, 2018
  11. Dec 21, 2017
  12. Dec 15, 2017
  13. Dec 14, 2017
  14. Dec 12, 2017
  15. Dec 09, 2017
  16. Dec 08, 2017
  17. Dec 07, 2017
  18. Dec 06, 2017
  19. Dec 05, 2017
  20. Dec 04, 2017
    • Sebastian Holtermann's avatar
      RegularExpression: New RegularExpressionMatch class · cff58f07
      Sebastian Holtermann authored
      The new RegularExpressionMatch allows to keep multiple match
      results of a RegularExpression.
      
      The startp and endp pointers of RegularExpression are replaced
      by an instance of RegularExpressionMatch.
      
      There also is new thread safe version of RegularExpression::find()
      which allows multiple threads to concurrently use the same
      RegularExpression on different input strings with independent
      RegularExpressionMatch results.
      cff58f07
Loading