Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
98
Foam::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.C
File · 0.85
Calls
1
set
Function · 0.70
Tested by
no test coverage detected