我有一個源代碼的HTML字符串。如何刪除字符串中的字符從點X到開始
所以我會去:
int X = find indexof("theterm");
thesourcecode = thesourcecode.Substring(????
如何刪除從點theterm背後發現的所有字符?感謝所以。
編輯:一個例子,讓人們不會感到困惑。
樣本字符串:「大紅房子真是太大了!」
int Position = sampleString.IndexOf(「house」);
(僞)從點位置,並回復,刪除了一切:
結果字符串我的方法後:「是如此enourmous
這個問題是有點混亂,措詞將高度建議。 – mgbowen 2009-10-22 21:23:00