in reply to
regex excluding some matches
To get the data without `_P_`, I think this will get it
\|(?<DataCapture>(?:(?!_P_).)+)\|
Comment on
Re: regex excluding some matches
Download
Code
In Section
Seekers of Perl Wisdom