aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2020-09-28 17:56:02 -0700
committerBruce Hill <bruce@bruce-hill.com>2020-09-28 17:56:02 -0700
commit699e7c8b9869fa9737a3c61ef9bcc599751fb88b (patch)
tree13eb334ce0eb76c2a31bb2817ec86cbd45b81b81 /README.md
parent544a88e9d4faa3f7e34316daaa01d2fa14d1d9f6 (diff)
Added !=
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index b641de5..5167d4d 100644
--- a/README.md
+++ b/README.md
@@ -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