Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/google-sheets/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Google sheets Google Sheets lstrip(),rstrip()等价物?_Google Sheets - Fatal编程技术网

Google sheets Google Sheets lstrip(),rstrip()等价物?

Google sheets Google Sheets lstrip(),rstrip()等价物?,google-sheets,Google Sheets,最好的转弯方式是什么 *3.32* 进入 在谷歌表单中?我希望字符串进入一个函数,将其转换为一个数字。我最后使用了这个函数 =SUBSTITUTE("*3.32*","*","") 也许REGEXEXTRACT?类似于=REGEXEXTRACT(A1,“[0-9]*\.[0-9]+[0-9]+”)的东西应该可以做到这一点。这应该行得通。我在Python中被lstrip()rstrip()卡住了。请签出@pnuts,我最终使用了替代品function@Rub艾恩,现在被书签了。谢谢 =SU

最好的转弯方式是什么

*3.32*
进入

在谷歌表单中?我希望字符串进入一个函数,将其转换为一个数字。

我最后使用了这个函数

 =SUBSTITUTE("*3.32*","*","")

也许
REGEXEXTRACT
?类似于
=REGEXEXTRACT(A1,“[0-9]*\.[0-9]+[0-9]+”)的东西应该可以做到这一点。这应该行得通。我在Python中被
lstrip()
rstrip()
卡住了。请签出@pnuts,我最终使用了替代品function@Rub艾恩,现在被书签了。谢谢
 =SUBSTITUTE("*3.32*","*","")