File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff 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
137137See 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
You can’t perform that action at this time.
0 commit comments