A3t::findSubstitution

- Added support for standard and escaped '/from/to/g' constructs, which is an
  additional feature.
This commit is contained in:
Paul Beckingham
2013-08-31 16:05:14 -04:00
parent 663c82837c
commit 272450ff9b
3 changed files with 45 additions and 5 deletions

View File

@@ -47,6 +47,7 @@ private:
void findFileOverride ();
void findConfigOverride ();
void findPattern ();
void findSubstitution ();
void validate ();
private: