在Word中我需要寫一個運算式使用通配符匹配this xxx function,但是xxx不能包含逗號。譬如以下幾個例子:
不匹配:In this tutorial, we use the search() function.
匹配: When you use this search() function, be aware of the restrictions.
匹配: To search for a string, use this search() function.
我寫的是 <this *[!,]* function>,但是這個還是可以匹配第一個例句,我把,已經剔除了呀。哪里出了問題?
轉載請註明出處,本文鏈接:https://www.uj5u.com/caozuo/18745.html
上一篇:跪求解決方法
下一篇:CPU占用過高
