openfoam/applications/test/regex1
Mark Olesen 57c1fceabf ENH: disentangle testing and quoting of regex characters
- originally had tests for regex meta characters strewn across
  regExp classes as well as wordRe, keyType, string.
  And had special-purpose quotemeta static function within string
  that relied on special naming convention for testing the meta
  characters.

  The regex meta character testing/handling now relegated entirely
  to the regExp class(es).
  Relocate quotemeta to stringOps, with a predicate.

- avoid code duplication. Reuse some regExpCxx methods in regExpPosix
2021-04-19 16:33:42 +00:00
..
Make ENH: reorganize regular expressions and add C++11 regex support 2019-03-14 13:24:23 +01:00
Test-regex1.C ENH: disentangle testing and quoting of regex characters 2021-04-19 16:33:42 +00:00
testRegexps RELEASE: Updated version to v2012 2020-12-23 10:01:39 +01:00
testRegexps2 RELEASE: Updated version to v2012 2020-12-23 10:01:39 +01:00