移除項目比方說,我有一個字符串:從逗號分隔的字符串
cat,mouse,dog,horse
是否有一個正則表達式或將表現爲如下的功能?
1)"cat" return string ->"mouse,dog,horse"
2)"mouse" return string ->"cat,dog,horse"
3)"dog" return string ->"cat,mouse,horse"
4)"horse" return string ->"cat,mouse,dog"
我需要從字符串中消除選定的項目並返回字符串的其餘部分。
嘿,謝謝很多人!並感謝codepad.org的介紹 – dinchakpianist 2011-12-30 06:06:09