in reply to Re^2: RegEx + vs. {1,}
in thread RegEx + vs. {1,}
Indeed. There can never be a three character sequence in your string which occurs more frequently than a two character sequence. (Because the three character sequence contains two two character sequences.)
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: RegEx + vs. {1,}
by grizzley (Chaplain) on Oct 11, 2012 at 07:32 UTC |