我有一個文本文件,它幾乎是有時5 MB大。我需要做的是編寫一個函數Finds Start和End Mark,可以有很多這樣的標記。並申請更換到找到的詞是標記之間用一些隨機字符串,並返回保存到文件 例如, 假設我有以下字符串,C#文件內容替換
{one} hellow there {one} this will not be replaced as it is not within marks {two}you again{two}
使得得到的內容是
{one} someRandomText AgainSomeRandomText {one} this will not be replaced as it is not within marks {two} moreRandom againMoreRandom{two}
我怎麼做這在C#
請發佈您迄今爲止編寫的代碼。人們通常不喜歡只爲你寫代碼。事實上,這是一個工作描述,而不是一個問題。 – 2011-02-07 05:24:09
如果您更改語法以使用這些xml標記語法(即<>而不是{}),那將更容易。 – xandy 2011-02-07 05:24:53
求職求職! – 2011-02-07 05:30:43