嗨,我是 Mysql 和 Regexp 的新手,在运行下面的 regexp 以清除表中名为 description 的列中的空格时需要帮助。
string = string.replace(/\s{2,}/g, ' ');
有人可以帮忙吗?我可以做基本的查询。
嗨,我是 Mysql 和 Regexp 的新手,在运行下面的 regexp 以清除表中名为 description 的列中的空格时需要帮助。
string = string.replace(/\s{2,}/g, ' ');
有人可以帮忙吗?我可以做基本的查询。