-
Notifications
You must be signed in to change notification settings - Fork 13
.Match
Arthur Guiot edited this page Oct 14, 2017
·
1 revision
THis function will take as argument a RegExp, and will tests if the value matches this RegExp.
If you didn't understand what I said above, here is an example:
eye.test("Match", "node",
$ => $("Hello World 🌎").Match(/Hello/)
)
Don't hesitate to ask your questions