- or download this
/
(
(?<=prefix)
...
)
(??{ print $^N })
/gx
- or download this
/
prefix
(infix)
suffix
(??{ print $^N })
/gx
- or download this
/
(
(?<=some(optional)?prefix)
...
)
(??{ print $^N })
/gx
- or download this
/
some(optional)?prefix
(infix)
suffix
(??{ print $^N })
/gx