17 lines
315 B
Plaintext
17 lines
315 B
Plaintext
![]() |
/foobar/
|
||
|
/fo[o](?=bar)/
|
||
|
/\/\\\[\]/
|
||
|
/(fo|o?)+b*ar?/
|
||
|
|
||
|
----------------------------------------------------
|
||
|
|
||
|
[
|
||
|
["regex", "/foobar/"],
|
||
|
["regex", "/fo[o](?=bar)/"],
|
||
|
["regex", "/\\/\\\\\\[\\]/"],
|
||
|
["regex", "/(fo|o?)+b*ar?/"]
|
||
|
]
|
||
|
|
||
|
----------------------------------------------------
|
||
|
|
||
|
Checks for regexes.
|