Skip to content

Commit 838263b

Browse files
authored
add regex replace to readme
This is the last ticket to resolve #378
1 parent 3259587 commit 838263b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,11 +131,13 @@ In any of the above, the text may be:
131131
- an `unquoted string` that starts with a letter; this is case-insensitive
132132
- a `"quoted string"` (either single or double quotes); this is case-sensitive
133133
- a string (quoted or unquoted) anchored by `^` or `$` (for start and end of string, respectively)
134-
- a `/regex/`
134+
- a `/regex/` match or `!s/regex/replace/` (see the user manual for [caveats about replacements])
135135
- omitted or `*`, to mean "any"
136136

137137
See the [tutorial] for a bit more detail, and [user manual] for the full picture.
138138

139+
[caveats about replacements]: https://github.com/yshavit/mdq/wiki/Full-User-Manual#regex-replacements
140+
139141
[tutorial]: https://github.com/yshavit/mdq/wiki/Tutorial
140142

141143
[user manual]: https://github.com/yshavit/mdq/wiki/Full-User-Manual

0 commit comments

Comments
 (0)