我有一个Resoure.resx文件,我需要搜索以查找以空格结尾的字符串.我注意到在Visual Web Developer中我可以使用正则表达式和通配符进行搜索,但我无法弄清楚如何只找到最后带有空格的字符串.我试过这个正则表达式但是没有用:
\s$
能给我举个例子?谢谢!
regex search whitespace wildcard
regex ×1
search ×1
whitespace ×1
wildcard ×1