Bincimap 2.0.16
Easy Imapping
Loading...
Searching...
No Matches
regmatch.h
Go to the documentation of this file.
1
7#ifndef regex_h_included
8#define regex_h_included
9
10#include <string>
11
12namespace Binc {
13
14 int regexMatch(const std::string &data_in, const std::string &p_in);
15}
16
17#endif
Definition: bincimapd.cc:9
int regexMatch(const std::string &data_in, const std::string &p_in)