Re: can't find regular Expression for String
From: Antonio Cambule (antonio_at_stueber.de)
Date: 06/28/04
- Next message: besh_at_cix.compulink.co.uk: "Re: How to retrieve app name of active application"
- Previous message: Antonio Cambule: "can't find regular Expression for String"
- In reply to: Antonio Cambule: "can't find regular Expression for String"
- Next in thread: Maarten Wiltink: "Re: can't find regular Expression for String"
- Reply: Maarten Wiltink: "Re: can't find regular Expression for String"
- Reply: Rob Kennedy: "Re: can't find regular Expression for String"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Next message: besh_at_cix.compulink.co.uk: "Re: How to retrieve app name of active application"
- Previous message: Antonio Cambule: "can't find regular Expression for String"
- In reply to: Antonio Cambule: "can't find regular Expression for String"
- Next in thread: Maarten Wiltink: "Re: can't find regular Expression for String"
- Reply: Maarten Wiltink: "Re: can't find regular Expression for String"
- Reply: Rob Kennedy: "Re: can't find regular Expression for String"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|