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.
val1=value1;val2=value2;val3=val4=value4...などのキーと値のペアで構成される特定の文字列をチェックインしたいと思います。
val1=value1;val2=value2;val3=val4=value4...
ここで、インスタンス key の値がないキーを確認したいと思いますval3。これは正規表現を使用して達成できますか?
val3