これは前にも出たことがあるかもしれませんが、フォーマットされたデータを抽出する方法がわかりませんでした。以下は、テキスト ファイル内の文字列 "[87]" と "[90]" の間のすべてのテキストを抽出するコードです。
どうやら、[87] と [90] の位置は、出力に示されているものと同じです。
void ExtractWebContent::filterContent(){
string str, str1;
string positionOfCurrency1 = "[87]";
string positionOfCurrency2 = "[90]";
size_t positionOfText1, positionOfText2;
ifstream reading;
reading.open("file_Currency.txt");
while (!reading.eof()){
getline (reading, str);
positionOfText1 = str.find(positionOfCurrency1);
positionOfText2 = str.find(positionOfCurrency2);
cout << "positionOfCurrency1 " << positionOfText1 << endl;
cout << "positionOfCurrency2 " << positionOfText2 << endl;
//str1= str.substr (positionOfText);
cout << "String" << str1 << endl;
}
reading.close();
通貨ファイルの更新:
[79]続きを読む»ブレントはユーロ圏経済への懸念で102ドルに下落
市場データ
* Currencies
キャプション: 通貨
Name Price Change % Chg
[80]USD/SGD
1.2606 -0.00 -0.13%
USD/SGD [81]USDSGD=X
[82]EUR/SGD
1.5242 0.00 +0.11%
EUR/SGD [83]EURSGD=X