| Author | Dave Jarvis <email> |
|---|---|
| Date | 2019-07-04 14:35:59 GMT-0700 |
| Commit | 156a22595e19267f05ced182b4020765f845a0d2 |
| Parent | 9b189c8 |
| * `--quiet` - suppress writing missing references to standard error | ||
| +## regex | ||
| + | ||
| +The regular expression syntax allows a variety of syntaxes to be used when matching variable name references, such as: | ||
| + | ||
| +* `(\\${(.*?)})` - matches `${...}` | ||
| +* `({{(.*?)}})` - matches `{{...}}` | ||
| + | ||
| # Errors | ||
| Delta | 7 lines added, 0 lines removed, 7-line increase |
|---|