I want a regex that will generate a match when it encounters "integer xyz" but only returns 'xyz' as the matching text. 'xyz' can be an identifier (letters+digits+underscore).
xyz by itself generates no match, only xyz preceded by 'integer '
thanks!