- or download this
/
...
){1,4} # 1 to 4 lines. (0 will permit an empty match.)
) # Done capturing.
/mx; # /m so that ^ anchor works, /x for comments.
- or download this
/
...
){1,4} # 1 to 4 lines. (0 will permit an empty match.)
) # Done capturing.
/mx; # /m so that ^ anchor works, /x for comments.