mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: add keyType::null and wordRe::null, add match method to string classes
- provides a more uniform interface to string list operations etc STYLE: more complete docs for keyType
This commit is contained in:
@ -157,7 +157,7 @@ public:
|
||||
// The begin-of-line (^) and end-of-line ($) anchors are implicit
|
||||
bool match(const string&, List<string>& groups) const;
|
||||
|
||||
//- Return true if the regex was found in within string
|
||||
//- Return true if the regex was found within string
|
||||
bool search(const std::string& str) const
|
||||
{
|
||||
return std::string::npos != find(str);
|
||||
|
||||
Reference in New Issue
Block a user