Fix regex for file extension

This commit is contained in:
Arun Prakash Jana 2019-12-09 23:41:25 +05:30
parent 877f7b4d62
commit bc025ceb5a
No known key found for this signature in database
GPG key ID: A75979F35C080412

2
nnn.1
View file

@ -141,7 +141,7 @@ Common use cases:
(1) To list all matches starting with the filter expression, start the expression (1) To list all matches starting with the filter expression, start the expression
with a '^' (caret) symbol. with a '^' (caret) symbol.
.br .br
(2) Type '\\.mkv' to list all MKV files. (2) Type '^.*\\.mkv' to list all MKV files.
.br .br
(3) Use '.*' to match any character (\fIsort of\fR fuzzy search). (3) Use '.*' to match any character (\fIsort of\fR fuzzy search).
.Pp .Pp