In GA4 extractions, when we need to extract events, we need to consider more than one event name where regular expressions or ‘REGEX’ - ‘REGEXMATCH’ are applied as follows:
eventname1|eventname2
Where the character | means OR in the regular expression, thus querying one or more items in the same query.