regex
This project aims to improve support for regular expressions in libstdc++, as per C++11 chapter 28. This is a Google Summer of Code 2012 project, with the following contributors:
- Morgen Matvey
- Sergey Lega
- Benjamin Kosnik
- Stephen Webb
Survey of existing support:
Reference:
- N3376 Working Draft, Standard for Programming Language C++
Wikipedia, Regular Expressions
- Mastering Regular Expressions, Jeffrey E F Friedl
Regular Expression Matching Can Be Simple and Fast, Russ Cox
Implementing Regular Expressions, Russ Cox