mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-12 06:41:14 -03:00
Fix string match example
The `?` requires a char, so `foo` cannot match.
This commit is contained in:
committed by
Johannes Altmanninger
parent
286ad97cbd
commit
8d2e4bbef5
@@ -66,7 +66,6 @@ Match Glob Examples
|
||||
|
||||
>_ string match 'foo?' 'foo1' 'foo' 'foo2'
|
||||
foo1
|
||||
foo
|
||||
foo2
|
||||
|
||||
Match Regex Examples
|
||||
|
||||
Reference in New Issue
Block a user