Sorry...I tryied to keep my mail short:

I have to match /img/giallo.gif

HERE -> "/img/giallo.gif"
HERE -> "whaterveryouwant/img/giallo.gif"
HERE -> "/img/giallo.gif?mypar"
NOT HERE -> "http://www.html.it/img/giallo";

I hope this clarify you.

Tnx for your interest
Francesco



--- Rob Dixon <[EMAIL PROTECTED]> wrote:
> Francesco Del Vecchio wrote:
> > I have a little problem with my pattern matching
> >
> > I need to find a string into the text but I have to be sure that this
> > is not part of a known bigger string.
> >
> > Example:
> >
> > I need to find: /img/giallo.gif
> > but I have to be sure this is not: http://www.html.it/img/giallo.gif
> >
> > notice that the string to find can be part of a string...like
> > http://www.somedomain/img/giallo.gif
> >
> > How can I do it?
> 
> 
> Hi Francesco.
> 
> Could you clarify this for us please? My best guess is that you
> want to find URLs where the path is, say,
> 
>     /img/giallo.gif
> 
> and the scheme and host address are
> 
>     http://www.html.it
> 
> Is this correct? If not please explain.
> 
> Rob
> 
> 
> 
> 
> -- 
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


__________________________________________________
Do you Yahoo!?
Yahoo! Tax Center - forms, calculators, tips, more
http://taxes.yahoo.com/

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to