2020-08-27 09:03发布
点击此处---> 群内免费提供SAP练习系统(在群公告中)加入QQ群:457200227(SAP S4 HANA技术交流) 群内免费提供SAP练习系统(在群公告中)大家好, 我需要用空格替换字符... 显示全部
加入QQ群:457200227(SAP S4 HANA技术交流) 群内免费提供SAP练习系统(在群公告中)
大家好,
我需要用空格替换字符串中所有出现的特殊字符。 字符串中不是数字或字符的任何字符都应替换为空格。能否请您指导我如何使用REGEX来实现?
谢谢
此致
图拉西
嗨,
regex_replace(列名,'\\ [a-zA-Z%#;:`〜!"?$ ^&*()= + [] {},@ _ <> .//\\ | \- \'\\]','')
或
replace_substr(replace_substr(Input.Column_name,'',''),'/t','')match_regex(列名,'[0-9] +','')= 1
match_regex(列名,'[0-9] [AZ] +','')= 1或match_regex(列名,'[0-9] [-] [0-9] +','' )= 1
match_regex(列名,'[AZ] [0-9] +','')= 1或match_regex(列名,'[0-9] [0-9] +','')= 1 或match_regex(栏名称,'[0-9] [0-9] +','')= 1
以上任何一个都可以解决问题
最多设置5个标签!
嗨,
regex_replace(列名,'\\ [a-zA-Z%#;:`〜!"?$ ^&*()= + [] {},@ _ <> .//\\ | \- \'\\]','')
或
replace_substr(replace_substr(Input.Column_name,'',''),'/t','')match_regex(列名,'[0-9] +','')= 1
或
match_regex(列名,'[0-9] [AZ] +','')= 1或match_regex(列名,'[0-9] [-] [0-9] +','' )= 1
或
match_regex(列名,'[AZ] [0-9] +','')= 1或match_regex(列名,'[0-9] [0-9] +','')= 1 或match_regex(栏名称,'[0-9] [0-9] +','')= 1
以上任何一个都可以解决问题
一周热门 更多>