gpt4 book ai didi

regex - 使用 Pentaho 删除特殊字符 - 替换为字符串

转载 作者:行者123 更新时间:2023-12-01 10:31:15 26 4
gpt4 key购买 nike

我想删除 ! @ # $ % ^ * _ = + | \ } { [ ] : ; < > ? / 等特殊字符在字符串字段中。

我使用了“替换字符串”步骤并启用了使用正则表达式。但是,我不知道将在“搜索”中输入以从字符串中删除所有这些字符的正确语法。如果我只在“搜索”中放置一个字符,它就会从字符串中删除。我怎样才能删除所有这些??

这是我如何做到的图片: This is the picture of how I did it

最佳答案

根据 documentation ,正则表达式风格是 Java。你可以使用

\p{Punct}

Java regex syntax reference :

\p{Punct} Punctuation: One of !"#$%&'()*+,-./:;<=>?@[]^_`{|}~

关于regex - 使用 Pentaho 删除特殊字符 - 替换为字符串,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42111492/

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