gpt4 book ai didi

regex - 如何在 Google 电子表格中使用 RegExReplace

转载 作者:行者123 更新时间:2023-12-04 12:12:17 24 4
gpt4 key购买 nike

我正在尝试使用正则表达式从 Google Docs 电子表格的列中删除起始数字。我无法让 RegExReplace 函数工作。这是我运行/调试代码时得到的错误:

Missing ) after argument list. (line 14)

这是我的代码的一部分(第 14 行是 RegExReplace 函数行,粗体):
regexFormat = "^[0-9]+$";
replVal = value.RegExReplace(value; regexFormat; ""); //error here

rplc.setValue(replVal);

这是官方语法: RegExReplace( text ; regular_expression ; replacement )
有谁知道这个功能怎么用?谢谢!

最佳答案

我不知道为什么文档会列出分号,但是如果您将它作为电子表格功能来执行,您仍然需要使用逗号。请尝试以下操作:
=REGEXREPLACE("What-A Crazy str3ng", "\W", "")
正如预期的那样, yield
WhatACrazystr3ng

关于regex - 如何在 Google 电子表格中使用 RegExReplace,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8175812/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com