提取文本
=Text.Select([item],{"一".."龟"}&{"(",")"})
提取数字
= Text.Select([String],{"0".."9"})
提取字母
= Text.Select([String],{"a".."z"})
image.png
https://blog.csdn.net/weixin_46172479/article/details/105264835
提取文本
=Text.Select([item],{"一".."龟"}&{"(",")"})
提取数字
= Text.Select([String],{"0".."9"})
提取字母
= Text.Select([String],{"a".."z"})
https://blog.csdn.net/weixin_46172479/article/details/105264835