私はこの表現の反対を取得しようとしていますが、それは私にいくつかの問題を与えています。
元。
expression: (?<={{)(.*?)(?=}})
string: this is a question with a textbox {{textbox}} ok
results: textbox
のようなものを探しています
expression: !(?<={{)(.*?)(?=}})
string:this is a question with a textbox {{textbox}} ok
results: this is a question with a textbox ok
また、{{}}の内容は必ずしもテキストボックスではなく、ランダムなアルファベット文字になることに注意してください。