Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Word 文書でこの種の表現を見つけようとしています。
@HELLO_WORLD@
私はこのコードを使用します:
word.Selection.Find.MatchWildcards = true; word.Selection.Find.Text = @"<\@*\@>";
しかし、私には結果がありません。単語検索ウィンドウで同じ式を試しましたが、結果も見つかりませんでした。