Ah, OK. This was my first idea to solve the problem. But being an "old style" .net programmer I thought there was a more effective built in way to do it. Stream and loop, simple enough...
I'll skip the regex and find the position fo "y = " and "/>" and grab the string between those positions.