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.
次の正規表現があります。
({(?!d})(?!{)(?<!{{)[^}]+})
中括弧「{}」内の任意の数字/文字列に一致します。次のように、2 つの中括弧の間の文字列/空白にも一致しないように拡張する必要があります
{}
+(1つ以上)を*(0以上)に変更しませんか?
({(?!d})(?!{)(?<!{{)[^}]*})