Skip to content

Commit 16f8cc0

Browse files
Update more-adv-jsonpath.md
1 parent 0b1ee92 commit 16f8cc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ds/json/more-adv-jsonpath.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ JSON.GET obj2 '$.a[?(@!="a")]' // [1,2,3,"b","c",false,true,["a",1],{"a":1},{"b"
112112
#### Relational use cases using regular expression with the `=~` operator
113113

114114
**Note**:
115-
> Redis Stack uses [Rust regular expressions syntax](https://docs.rs/regex/latest/regex/#syntax). Invalid regular expressions are not evaluated.
115+
> JSON data structure uses [Rust regular expressions syntax](https://docs.rs/regex/latest/regex/#syntax). Invalid regular expressions are not evaluated.
116116
117117
There are two cases:
118118

0 commit comments

Comments
 (0)