Skip to content

Commit d01ac78

Browse files
committed
Regen doc
1 parent 67520b5 commit d01ac78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/yqlib/doc/operators/string-operators.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## RegEx
44
This uses Golang's native regex functions under the hood - See their [docs](https://github.com/google/re2/wiki/Syntax) for the supported syntax.
55

6-
Case insensitive tip: prefix the regex with `(?i)` - e.g. `test("(?i)cats)"`.
6+
Case insensitive tip: prefix the regex with `(?i)` - e.g. `test("(?i)cats")`.
77

88
### match(regEx)
99
This operator returns the substring match details of the given regEx.

0 commit comments

Comments
 (0)