So I'm trying to match
something something bar<TEST> blah blah </TEST> foo
I want to extract the foo and I'm using this regex
(?<=</\w+>)(\s\w)
why isn't that working? I get an empty list. I get this error-
sre_constants.error: look-behind requires fixed-width pattern