我试图使用Postgres
regexp_matches函数从字符串中拉出主题标签…以下示例仅返回匹配 – 如何提取两个主题标签?
regexp_matches("Hello #world #planet",'#([A-Za-z0-9]+)')
干杯,
安德烈
regexp_matches("Hello #world #planet",'#([A-Za-z0-9]+)')
干杯,
安德烈