mirror of
https://github.com/mikefarah/yq.git
synced 2026-07-06 04:45:39 +00:00
Fixing typo
This commit is contained in:
parent
500ee98a48
commit
7b57e31a76
@ -3,7 +3,7 @@
|
|||||||
## RegEx
|
## RegEx
|
||||||
This uses Golang's native regex functions under the hood - See their [docs](https://github.com/google/re2/wiki/Syntax) for the supported syntax.
|
This uses Golang's native regex functions under the hood - See their [docs](https://github.com/google/re2/wiki/Syntax) for the supported syntax.
|
||||||
|
|
||||||
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")`.
|
||||||
|
|
||||||
### match(regEx)
|
### match(regEx)
|
||||||
This operator returns the substring match details of the given regEx.
|
This operator returns the substring match details of the given regEx.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user