15 lines
309 B
Text
15 lines
309 B
Text
![]() |
/foo bar/
|
||
|
/foo/gimyu,
|
||
|
/[\[\]]{2,4}(?:foo)*/;
|
||
|
|
||
|
----------------------------------------------------
|
||
|
|
||
|
[
|
||
|
["regex", "/foo bar/"],
|
||
|
["regex", "/foo/gimyu"], ["punctuation", ","],
|
||
|
["regex", "/[\\[\\]]{2,4}(?:foo)*/"], ["punctuation", ";"]
|
||
|
]
|
||
|
|
||
|
----------------------------------------------------
|
||
|
|
||
|
Checks for regex.
|