Sindbad~EG File Manager

Current Path : /usr/local/include/srchilite/
Upload File :
Current File : //usr/local/include/srchilite/substfun.h

/**
 * C++ function: substfun.h
 *
 * Description: substitutes a string to a $var into a text.
 *
 * Author: Lorenzo Bettini <http://www.lorenzobettini.it>, (C) 2005
 * Copyright: See COPYING file that comes with this distribution
 */

#ifndef _SUBSTFUN_H_
#define _SUBSTFUN_H_

#include <boost/regex.hpp>
#include <string>

namespace srchilite {

std::string subst(const boost::regex &e, const std::string &s, const std::string &sub);

}

#endif /*_SUBSTFUN_H_*/

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists