Re: can't find regular Expression for String

From: Antonio Cambule (antonio_at_stueber.de)
Date: 06/28/04


Date: Mon, 28 Jun 2004 11:18:43 +0200

Antonio Cambule schrieb:

> Hi,
>
> I need to find this Expression using TRegExpr:
>
> fetch 1:2 or
> fetch 10:10 or
> fetch 100:100 or
> fetch 1:199 or
> fetch 324
>
> I use this Regular Expression:
>
> FETCH (([1-9]\d+:[1-9]\d+)|[1-9]\d+)
>

Sorry, I forgot the half....

fetch 10:10 is OK
fetch 10:100 or vice versa is OK

Problem:

fetch 1:1
fetch 10:1 or vice versa

are not be found.

> --
> thanks and regards
>
> Antonio Cambule
> STÜBER SOFTWARE
> www.stueber.de



Relevant Pages