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.
私は、translatedString:@"the string" のようなフレーズを一致させようとしています]
ターミナルで次のように入力しましたが、動作しますが、試合後にすべてが戻ってきます
grep -oh 'translatedString:.*]' ArticleV.m
] が見つかるまで一致するものだけを返すように式を調整するにはどうすればよいですか?