: MySQL regexp_replace() 函数用于模式匹配。它通过匹配字符来替换给定的字符串。 语法 select regexp_replace('str', 'character', 'new_character');