1234A
12B
123456T
. . .
Their is no actual delimiter and the values varry in length, so I was wondering what the Format String parameters would look like in order to achieve this?
1234A
12B
123456T
. . .
Their is no actual delimiter and the values varry in length, so I was wondering what the Format String parameters would look like in order to achieve this?
You can use the StringSearcher.
Regular expression examle:
^(p0-9]+)(]^0-9]+)$
Takashi
Can be handy for some further processig.