I have the following string:
name=cvbb&source=Mamma+Mia&startdate=2014-03-24
The following regex matches till startdate
(source=.*(startdate))
How do I match the string till the '&' after Mia?
UPDATE:
name=cvbb&source=Mamma+Mia&startdate=2014-03-24&date=2014-04-24
I want the match to occur until the occurrence of the & right after Mia