Php versions – RegExp: If-Clause for capturing group possible?
tl;dr: I am searching for a way to match the closing character sequence based upon the style of the opening sequence syntax in PHP with PCRE-style regular expressions. The task I am writing a module to capture all translatable strings…