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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user