Updated php of my application to 7.3 but now most of the preg_match are showing: preg_match_all(): Compilation failed: invalid range in character class at offset 23.
I did read that it is a escape problem but somehow i can't get it right.
URL to the regex https://regex101.com/r/JCSyJp/2/
Trying to escape - and \ chars but nothing is working.
Some one please help me out.