in reply to Re^5: Multiline Regex
in thread Multiline Regex
return of a list of captures in list context [is a non-obvious feature]
I always use capturing matches in list context unless I'm forced not to by a combo of /g and multiple captures. It's as basic as it gets to me.
|
|---|