- dropped regularExpression in favour of regExp

- moved findStrings from stringList to new stringListOps
  (helps reduce the influence on dependencies)
- findStrings can also do partial matches
This commit is contained in:
Mark Olesen
2008-12-10 14:29:19 +01:00
parent 4aaa07cc14
commit c6cf2e539a
9 changed files with 113 additions and 189 deletions

View File

@ -26,7 +26,7 @@ Description
\*---------------------------------------------------------------------------*/
#include "stringList.H"
#include "stringListOps.H"
#include "IOstreams.H"
using namespace Foam;