yq/pkg/yqlib/doc
n4zukker 539bc412f9
Typo in cats example
The quotation mark and closing parenthesis were swapped.

Before:
```
$ echo "Hello kitty" | yq eval 'test("(?i)cats)"'
Error: bad expression - probably missing close bracket on TEST
```

After:
```
$ echo "Hello kitty" | yq eval 'test("(?i)cats")'
false
```
2025-04-02 21:45:23 -04:00
..
operators Typo in cats example 2025-04-02 21:45:23 -04:00
usage Update docs and tests for --properties-separator flag 2025-01-22 09:53:51 +11:00
.gitignore Added get key examples 2020-11-26 11:20:53 +11:00
notification-snippet.md Removing old version notice 2022-10-25 12:47:13 +11:00