and the characters appended at the end:
_
The question we ask is whether this string consists only of repetitions of 'abc', with optional whitespace between them, and optional whitespace at the beginning and at the end of the string.
The question we ask is whether this string consists only of repetitions of 'abc', with optional whitespace between them, and optional whitespace at the beginning and at the end of the string.
result: _
calculation time: _
Use this regexp:
You'd better start with a small number of copies of 'abc '.
If you run the 1st regexp on a non-matching string with more than ~ 23 copies of 'abc ', be prepared to wait... or to kill the browser.
If you run the 1st regexp on a non-matching string with more than ~ 23 copies of 'abc ', be prepared to wait... or to kill the browser.