Add regex exclude example

This commit is contained in:
Arun Prakash Jana 2020-03-21 00:55:46 +05:30
parent 41f80f1f60
commit 5e8f0aec35
No known key found for this signature in database
GPG key ID: A75979F35C080412

2
nnn.1
View file

@ -229,6 +229,8 @@ Common regex use cases:
(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).
.br
(4) Exclude filenames having 'nnn' (compiled with PCRE lib): '^(?!nnn)'
.Pp .Pp
In the \fInavigate-as-you-type\fR mode directories are opened in filter In the \fInavigate-as-you-type\fR mode directories are opened in filter
mode, allowing continuous navigation. Works best with the \fBarrow keys\fR. mode, allowing continuous navigation. Works best with the \fBarrow keys\fR.