CLI2: Integrated Lexer::decomposeSubstitution

- Task::modify now considers the 'g' at the end of a substitution to be a
  string of characters, which may contain 'g'. No other flags are currently
  supported.
This commit is contained in:
Paul Beckingham 2015-07-11 16:44:13 -04:00
parent 1bef45ff47
commit 1f8a66b7f3
3 changed files with 15 additions and 14 deletions

View file

@ -142,7 +142,7 @@ public:
void getUDAs (std::vector <std::string>&) const;
void getUDAOrphans (std::vector <std::string>&) const;
void substitute (const std::string&, const std::string&, bool);
void substitute (const std::string&, const std::string&, const std::string&);
#endif
void validate (bool applyDefault = true);