00001
00010 #ifndef _SUBSTFUN_H_
00011 #define _SUBSTFUN_H_
00012
00013 #include <boost/regex.hpp>
00014 #include <string>
00015
00016 namespace srchilite {
00017
00018 std::string subst(const boost::regex &e, const std::string &s, const std::string &sub);
00019
00020 }
00021
00022 #endif