diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2020-09-28 17:56:02 -0700 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2020-09-28 17:56:02 -0700 |
| commit | 699e7c8b9869fa9737a3c61ef9bcc599751fb88b (patch) | |
| tree | 13eb334ce0eb76c2a31bb2817ec86cbd45b81b81 /README.md | |
| parent | 544a88e9d4faa3f7e34316daaa01d2fa14d1d9f6 (diff) | |
Added !=
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -59,6 +59,7 @@ Pattern | Meaning `{pat @other => "@1"}` | Match `pat` followed by `other` and replace it with the text of `other` `{pat @keep=other => "@keep"}` | Match `pat` followed by `other` and replace it with the text of `other` `pat1==pat2` | `pat1`, assuming `pat2` also matches with the same length +`pat1!=pat2` | `pat1`, unless `pat2` also matches with the same length `#( block comment )#` | A block comment `# line comment` | A line comment |
