Tagged Questions

0
votes
3answers
365 views

How to non-greedy multiple lookbehind matches

Source: <prefix><content1><suffix1><prefix><content2><suffix2> Engine: PCRE RegEx1: (?<=<prefix>)(.*)(?=<suffix1>) RegEx2: ...