mirror of
https://github.com/zeek/zeek.git
synced 2025-10-03 07:08:19 +00:00
6 lines
78 B
Text
6 lines
78 B
Text
/^?(foo)$?/
|
|
/^?()$?/
|
|
/^?(b[a-z]+)$?/
|
|
/^?(foo)$?/
|
|
/^?()$?/
|
|
/^?(b\[a\-z\]\+)$?/
|