LazUtils: Masks: modifiy comment about wqAnyExtension

This commit is contained in:
Bart 2021-11-20 13:25:33 +01:00
parent ac380781cd
commit ef131e6c46

View File

@ -100,7 +100,7 @@ const
------- Quirks ------- ------- Quirks -------
*) *)
type type
TWindowsQuirk=(wqAnyExtension, // Anything*.* : ".*" is removed. TWindowsQuirk=(wqAnyExtension, // Anything*.* : ".*" is removed. Also makes "foo.*" match "foo"
wqFilenameEnd, // Anything??.abc : "?" matches 1 or 0 chars (except '.') wqFilenameEnd, // Anything??.abc : "?" matches 1 or 0 chars (except '.')
// (Not the same as "Anything*.abc", but the same // (Not the same as "Anything*.abc", but the same
// as regex "Anything.{0,2}\.abc") // as regex "Anything.{0,2}\.abc")