【发布时间】:2021-10-19 23:08:58
【问题描述】:
我有一张 Google 表格,其中有一列中有文本字符串。下面是一个文本字符串的示例。
We are looking for a ".NET Developer" who will be working closely with business analysts and team members to understand business requirements that drive the analysis and design of quality technical solutions.salary:9000. We are now preferably looking for Candidates who are all residing in UAE. Please send your CV to test@test.com ,with Subject title "Dot Net Developers"
我想通过在某些字符和单词后留出额外的空格来格式化下一列中的上述文本字符串。喜欢 。 : , " / .com 工作地点 .ae
我使用了以下公式,该公式对除括号外的每个字符都适用。如何在文本字符串中找到括号前后留出空格。 “.NET 开发者”
=REGEXREPLACE(A2,"(:|/|.com|job location|.ae)","$1 ")
【问题讨论】:
标签: regex google-apps-script google-sheets conditional-statements regexp-replace