我搜尋過這個問題,並找到幾則關於如何執行此操作的正則表示式建議。但這些似乎都不適用於註釋清單。
我確實找到一個在 Paratext 主要搜尋功能中有效的表示式。這會顯示所有不包含 David 的經節(已在馬太福音第 1 章測試過)。
regex:^((?!David).)*$
當我在測試專案中輸入四則註釋(一則提及「David」,三則未提及)時,此表示式並未包含任何註釋。我已向開發人員回報此問題。
I’ve searched this and found several suggestions of a regex to do this. None of them seem to work for the notes list.
I did find one that works in the main Paratext search. This will show me all the verses that do not include David (tested on Matthew 1).
regex:^((?!David).)*$
This does not include any notes when I entered four notes in my test project, one with “David” mentioned and three that do not. I’ve reported this to the developers.
機器翻譯自 English