openfoam/applications/test/OCountStream
Mark Olesen 779a2ca084 ENH: adjust fileName methods for similarity to std::filesystem::path
- stem(), replace_name(), replace_ext(), remove_ext() etc

- string::contains() method - similar to C++23 method

  Eg,
      if (keyword.contains('/')) ...
  vs
      if (keyword.find('/') != std::string::npos) ...
2022-10-11 17:58:22 +02:00
..
Make ENH: cleanup and rationalize memory-backed streams 2017-10-26 12:09:47 +02:00
Test-OCountStream.C ENH: adjust fileName methods for similarity to std::filesystem::path 2022-10-11 17:58:22 +02:00