Example:
blah blah href='http://www.domain.com/keyid=432' blah blah blah blah
So if i use a regex like
href='(.*)'
that captures the url into group 1 but is it possible to also capture the keyid "432" into a second group? Im sure there is a way to achieve this but i am still a regex noob.