Kaynağa Gözat

Fix regex for file extension

master
Arun Prakash Jana 5 yıl önce
ebeveyn
işleme
bc025ceb5a
Veri tabanında bu imza için bilinen anahtar bulunamadı GPG Anahtar Kimliği: A75979F35C080412
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      nnn.1

+ 1
- 1
nnn.1 Dosyayı Görüntüle

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


Yükleniyor…
İptal
Kaydet