So, in an attempt to extract digits out of a string of variable length, which technique is better?
This was primarily a test of the Enumerable.Range() method, but then turned into a refactoring question.
This, of course assumes Dot Net 3.5 (LINQ) is available:
