mirror of
https://github.com/zeek/zeek.git
synced 2025-10-03 15:18:20 +00:00
6 lines
116 B
Text
6 lines
116 B
Text
/^?((blarg|blah|bleh))$?/
|
|
T
|
|
/^?(foo(blarg|blah|bleh)bar)$?/
|
|
T
|
|
[matched=T, str=blah, off=4]
|
|
[matched=F, str=, off=0]
|