Skip to content
Snippets Groups Projects
Commit 2717aa5c authored by Mark Olesen's avatar Mark Olesen
Browse files

new wordRe class - a word that holds a regExp

  - a possible future replacement for keyType, but the immediate use is the
    wordReList for grepping through other lists.
  - note that the argList treatment of '(' ... ')' yields quoted strings,
    which we can use for building a wordReList

minor cleanup of regExp class

  - constructor from std::string, match std::string and
    operator=(std::string&)
    rely on automatic conversion to Foam::string
  - ditch partialMatch with sub-groups, it doesn't make much sense
parent 1d866d7f
Branches
Tags
No related merge requests found
Showing
with 1048 additions and 194 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment