MCPcopy Create free account
hub / github.com/OpenFOAM/OpenFOAM-dev / preg_

Function preg_

src/OSspecific/POSIX/regExp.C:98–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96
97
98Foam::regExp::regExp(const std::string& pattern, const bool ignoreCase)
99:
100 preg_(0)
101{
102 set(pattern.c_str(), ignoreCase);
103}
104
105
106// * * * * * * * * * * * * * * * * Destructor * * * * * * * * * * * * * * * //

Callers 1

regExp.CFile · 0.85

Calls 1

setFunction · 0.70

Tested by

no test coverage detected