match
match() returns an array match()[0] returns the whole matched string match()[1] returns the first group match()[2] returns the second group etc..
match()
match()[0]
match()[1]
match()[2]
Remove double-quotes () around the word:
()