Skip to content
Arthur Guiot edited this page Oct 14, 2017 · 1 revision

How it works?

THis function will take as argument a RegExp, and will tests if the value matches this RegExp.

How to use it?

If you didn't understand what I said above, here is an example:

eye.test("Match", "node",
    $ => $("Hello World 🌎").Match(/Hello/)
)

⚠️ Questions?

Don't hesitate to ask your questions ⁉️ in the issue part 😁