你快来看看我的问题
\b(?
应该是可以识别的,但我要求更多一些!看看你能不能解决!
http://zhidao.baidu.com/question/875408783659487612.html#
string str = "ABCABCABCABC";
var s = Regex.Match(str, @"(\w+?)\1+").Groups[1].Value;//ABC
不懂
没看明白题目,一楼三楼都可能是解决方案。
另外你用什么工具来操作(js? c#? sed? awk? grep? perl?)?
(abc)*