I have the following landing page
city7900/
cityid=7900
city7900-t40094705.nb1/
and I want to merge everything to
7900
on data studio
I tried using
REGEXP_EXTRACT(Landing Page,'city([^&]+))
and it only extract the
city7900/
cityid=7900
ones
and tried
REGEXP_EXTRACT(Landing Page,'city([^&]+)|city([^&]+)(.*?)\-')
and it only extracts the city7900-t40094705.nb1/
how can I extract all of them?
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…