C
chatiman
Hello,
I'm tryng to mach all url of a domain :
http://host1.domain.com/
http://host2.domain.com/
http://www.domain.com/
For that I'm using the following regexp:
/http:\/\/[^\.]+domain.com/
I can't understand why it is not working.
Anyone knows ?
I'm tryng to mach all url of a domain :
http://host1.domain.com/
http://host2.domain.com/
http://www.domain.com/
For that I'm using the following regexp:
/http:\/\/[^\.]+domain.com/
I can't understand why it is not working.
Anyone knows ?