Skip to content

Instantly share code, notes, and snippets.

@Beflat
Beflat / test.cpp
Created June 19, 2012 14:39
Boost::regex example
//Boost::regex example
//Compile:
//# g++ test.cpp -lboost_regex
#include <iostream>
#include <string>
#include <boost/regex.hpp>
#include <fstream>