We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67520b5 commit d01ac78Copy full SHA for d01ac78
pkg/yqlib/doc/operators/string-operators.md
@@ -3,7 +3,7 @@
3
## RegEx
4
This uses Golang's native regex functions under the hood - See their [docs](https://github.com/google/re2/wiki/Syntax) for the supported syntax.
5
6
-Case insensitive tip: prefix the regex with `(?i)` - e.g. `test("(?i)cats)"`.
+Case insensitive tip: prefix the regex with `(?i)` - e.g. `test("(?i)cats")`.
7
8
### match(regEx)
9
This operator returns the substring match details of the given regEx.
0 commit comments