summaryrefslogtreecommitdiff
path: root/tests/transcripts/multiline_regex.txt
blob: 3487335ff5fc64cb9d390062b318266e26df1d11 (plain)
1
2
3
4
5
6
# these regular expressions match multiple lines of text

(Cmd) say -r 3 -s yabba dabba do
/\A(YA.*?DO\n?){3}/
(Cmd) say -r 5 -s yabba dabba do
/\A([A-Z\s]*$){3}/