mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-19 22:29:25 +02:00
LazUtils: Masks: modifiy comment about wqAnyExtension
This commit is contained in:
parent
ac380781cd
commit
ef131e6c46
@ -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")
|
||||||
|
Loading…
Reference in New Issue
Block a user