Cheers Readie, I have been trying to figure that one out for most of today! Is there any way of using the \d switch in that to 'condense' the pattern in anyway?
I know I am being cheeky in asking that, but in essence, ahmed24 you have a working solution there; I tried this myself, as I wanted something similar to this a while back...
Kudos to Readie!
Cheers, MRb
Readie
9:26 pm on Nov 25, 2010 (gmt 0)
Suppose you could change ([^"]*) to (\d*) - didn't want to assume that the value was only ever going to be an int field though :)
Made a mistake in the whole thing anyways. Will just grab the first input atm :)