NI LabVIEW,CVI,数据采集等产品讨论区

取消
显示结果 
搜索替代 
您的意思是: 

some bug about match pattern

0 项奖励
1 条消息(共 3 条)
2,671 次查看

你好,这个不是一个bug,查看help文件里面我们可以看到,对于特殊字符的搜索,需要加上[],具体结果如下help.png程序结果.png

0 项奖励
2 条消息(共 3 条)
2,580 次查看

This is not a bug,because in the help file we can see the note as follows:

Note  If you want to include special characters in the search string, you must enclose each special character in brackets. For example, to search for the string hz+, enter hz[+] in regular expression. Otherwise, LabVIEW uses the special character to refine the search.

0 项奖励
3 条消息(共 3 条)
2,578 次查看