Better describing the question mark in regex (#32558)

This commit is contained in:
Aviad Levy 2024-05-02 10:50:47 +03:00 committed by GitHub
parent 1024b12833
commit 477ccd0d63
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -32,4 +32,4 @@ Filters are applied as follows:
The following characters can be used in entity globs:
`*` - The asterisk represents zero, one, or multiple characters
`?` - The question mark represents a single character
`?` - The question mark represents zero or one character