hp: 1121(1175) sp: 474(474)
I have a trigger that retrieves the 1121 (or whatever is there) right now. I want to create a trigger that matches only the (1175) but is able to change if that number does.
((\w*)) wont work because there are alot of things that would match that (note the one after sp:). Any ideas? (reg expressions please)
I have a trigger that retrieves the 1121 (or whatever is there) right now. I want to create a trigger that matches only the (1175) but is able to change if that number does.
((\w*)) wont work because there are alot of things that would match that (note the one after sp:). Any ideas? (reg expressions please)