List.Accumulate-处理字母

很久以前的案例
大概就是分隔符"/" +空格+汉字,就不要处理了,分隔符"/" +空格+非汉字,就必须移除字母
file

= List.Accumulate(Text.ToList("我们avA/ 我们22445bjbjb"),"",(x,y)=> if Text.Contains(x,"/") and  Text.TrimStart(Text.AfterDelimiter(x,"/"))<"一" and y>="A" and y <="z"  then x  else x&y)

file
file
file
这个完全没有感觉的题,纯粹瞎测试