yq/pkg/yqlib/doc
n4zukker 4155c99a12 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-05-03 11:27:51 +10:00
..
operators Typo in cats example 2025-05-03 11:27:51 +10: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