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]