jit.str.regexp QUESTION

toni.bird's icon

Hi List,

I am trying to filter images and websnapr from a xml, but can't figure out the following...:

I have the search as

jit.str.regexp @re src="[\w|/|:|?|.|=|&]*?\.(?:jpg|gif|png|htm|com|html|php)"

all works well, but I also want to include .co.uk... but don't know how... Help would be much appreciated ... thanks
I tried
jit.str.regexp @re src="[\w|/|:|?|.|=|&]*?\.(?:jpg|gif|png|htm|com|html|php|co.uk)" but no luck

please help

toni.bird's icon

Actually would be nice to filter everything between

src=" nnnnnnnnnnnnnnnnnnn"

cheers

Emmanuel Jourdan's icon
toni.bird's icon

thanks a lot ej. works just fine...

regards