You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
zk/tests/cmd-list-filter-match-re.tesh

18 lines
488 B
Plaintext

# Regular expression match strategy.
$ cd full-sample
# Long flag.
$ zk list -q --debug-style --match-strategy re --match 'न.*ते'
><title>Strings are a complicated data structure</title> <path>oumc.md</path> (just now)
>
> - Given the Hindi word "नमस्ते":
>
# Short flag.
$ zk list -q --debug-style -Mr --match 'न.*ते'
><title>Strings are a complicated data structure</title> <path>oumc.md</path> (just now)
>
> - Given the Hindi word "नमस्ते":
>