is it possible to write a Regex to join the different matches in 1 result ?
ea. I wanna find height and width of a fridge but they're not right behind each other. ea <ID=height>Height = 10</ID>blah blah blah blah blah<ID=width>Width = 30</ID>
I just need height = 10 and width = 30 joined in 1 result.
Many thx
ea. I wanna find height and width of a fridge but they're not right behind each other. ea <ID=height>Height = 10</ID>blah blah blah blah blah<ID=width>Width = 30</ID>
I just need height = 10 and width = 30 joined in 1 result.
Many thx