in reply to Regex help pls
What Anonymonk asked, plus a clarification: does "strings that have numerals in them which are consequtive integers" mean integers composed only of consecutive decimal digits, or would an integer string like '991299' be acceptable because it has the consecutive digit sequence '12' in it?
Update: Also: Does 'consecutive' mean 'consecutive increasing', or should a (sub-)string like '543' also match?
|
|---|