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