in reply to Re: Regex question
in thread Regex question

Yeah, this part ;)
.+? any character (1 or more times (matching the least amount possible))
As I updated in the above thread - I changed it to .*? and it works perfectly :)