All the errors detected are listed below, from left to right, as they appear in the pattern.
(?<= Lookbehind must have a fixed width
+ Quantifier makes the containing lookbehind variable-width
* Quantifier makes the containing lookbehind variable-width
\4 Legacy PCRE lookbehind references are disabled in regex101
\5 Legacy PCRE lookbehind references are disabled in regex101
+ Quantifier makes the containing lookbehind variable-width
* Quantifier makes the containing lookbehind variable-width
* Quantifier makes the containing lookbehind variable-width
) Lookbehind must have a fixed width