mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-15 06:24:01 +00:00
Fix string match example
The `?` requires a char, so `foo` cannot match.
This commit is contained in:
parent
286ad97cbd
commit
8d2e4bbef5
1 changed files with 0 additions and 1 deletions
|
@ -66,7 +66,6 @@ Match Glob Examples
|
||||||
|
|
||||||
>_ string match 'foo?' 'foo1' 'foo' 'foo2'
|
>_ string match 'foo?' 'foo1' 'foo' 'foo2'
|
||||||
foo1
|
foo1
|
||||||
foo
|
|
||||||
foo2
|
foo2
|
||||||
|
|
||||||
Match Regex Examples
|
Match Regex Examples
|
||||||
|
|
Loading…
Reference in a new issue