hi,
Ive a problem.
I want to use a regEx to match a complete line/row and put one or two 6-digit-numbers in one or two references.
the line may look like this:
anytext 04 blabla123456-fgrsdg3idfhvriuegfe333333
or
anytext----333333rghreughfroidvho
I need the 6digit-number(s)
I tried a lot of possibilities, (see my thread from yesterday)
my problem is that the numbers can occur, but mustnt.
but If they occur, I want them both.
I tried so many variations of regExes, nothing worked well ..
maybe someone has an idea?
thanks
Ive a problem.
I want to use a regEx to match a complete line/row and put one or two 6-digit-numbers in one or two references.
the line may look like this:
anytext 04 blabla123456-fgrsdg3idfhvriuegfe333333
or
anytext----333333rghreughfroidvho
I need the 6digit-number(s)
I tried a lot of possibilities, (see my thread from yesterday)
my problem is that the numbers can occur, but mustnt.
but If they occur, I want them both.
I tried so many variations of regExes, nothing worked well ..
maybe someone has an idea?
thanks