If the fields are not parsing then the regex doesn't match the data or is incompatible with the regex permitted in ASP rules (re2).
Try simplifying your regular expressions and make sure you're avoiding functionality which is incompatible e.g. backreferences.
Please try testing your regex on https://regex101.com/ using the Golang option (as that uses re2) and see if it shows any syntax errors or produces your expected capture groups.
Was my reply helpful?
If this information was helpful in any way or answered your question, will you please select Accept as Solution in my reply and together we can help other members?