> regexp:matches(" first=string second=test end", "first=(.*) second=(.*) end"). {match,[{3,28}]} *** How do I get the matched string in the first group ? first group match = string second group match = test hp