Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
Boost.Regex is a Boost library for regular expressions.
Regex | Purpose |
.*\.(h|hpp|c|cpp)\z | Test filename for .c, .cpp, .h or .hpp extension |
\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3} | IP address |
http://(www\.)?(\w*\.)+\w* | General internet domain |
here | Internet domain that checks for valid extensions |
(\(\d,\(\d,\d\)\))|(\(\(\d,\d\),\d\)) | Simple Newick |
Add the following line to your project file (to prevent link errors):
LIBS += -lboost_regex |
Go back to Richel Bilderbeek's C++ page.
Go back to Richel Bilderbeek's homepage.