Skip to content

Commit

Permalink
Address Foesa's comment
Browse files Browse the repository at this point in the history
  • Loading branch information
izhuxiaoqing committed Aug 3, 2021
1 parent 91a5cb7 commit 0502a4f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ nebula> LOOKUP ON player WHERE player.name == "Tony Parker";
| 101 |
------------
//Use regex to retrieve vertices.
# The following example uses regex to retrieve vertices.
nebula> LOOKUP ON player WHERE player.name =~ "^.{15,20}$" \
YIELD player.name, player.age;
+-------------+----------------------+------------+
Expand Down

0 comments on commit 0502a4f

Please sign in to comment.