HTML Script RegEx

I have an HTML script that’s being tested against the following regular expression, and I dont get how to translate it:
((.+<“br” /> (n){3}.+n.+*)

The regex has the br without the quotations that I added, but without the quotations StackOverflow wouldn’t format the regex properly