At 8:04 PM on 12 May 2010, Robert Wagner wrote:
> i need to match a number with like 03012345678*0 or 03012345*9
> I tried _X.*X and _X!*X but both are maching 03012345678 too, ignoring
> that *X is required at the end.
> The interesting part is that like expected _X*X is matching only
> numbers
Hi,
i need to match a number with like 03012345678*0 or 03012345*9
I tried _X.*X and _X!*X but both are maching 03012345678 too, ignoring
that *X is required at the end.
The interesting part is that like expected _X*X is matching only numbers
like 1*1 and not 11
Regards
Robert Wagner
signatur