15 lines
No EOL
209 B
Text
15 lines
No EOL
209 B
Text
^(.*)$
|
|
^foo
|
|
bar$
|
|
|
|
----------------------------------------------------
|
|
|
|
[
|
|
["regex", "^(.*)$"],
|
|
["regex", "^foo"],
|
|
["regex", "bar$"]
|
|
]
|
|
|
|
----------------------------------------------------
|
|
|
|
Checks for regex. |