ENH: string : recursive variable substitution

This commit is contained in:
mattijs
2010-12-19 18:30:52 +00:00
parent fb92bdb5fe
commit 283f4fab77
2 changed files with 6 additions and 2 deletions

View File

@ -182,7 +182,7 @@ public:
//
// @sa
// Foam::findEtcFile
string& expand();
string& expand(const bool recurse=false);
//- Remove repeated characters returning true if string changed
bool removeRepeated(const char);