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.
[S{i,j} : this is stack overflow] 抽出したい形式の文字列 i,jとthis is stack overflow、2 つの別々の文字列があります。抽出される文字列にはスペースが含まれている可能性があるため、sscanf はここでは機能しません。
[S{i,j} : this is stack overflow]
i,j
this is stack overflow
誰でもこれを行う効率的な方法を提案できますか?