in reply to Re^2: More complicated regular expression?
in thread More complicated regular expression?
Comes out on one line like this:Using domain server: Name: 8.8.8.8 Address: 8.8.8.8#53 Aliases: google.com has address 74.125.113.147
My previous matching idea still cuts off the last digit. I thought using javafan's and searching for A$ host google.com 8.8.8.8 google.com A 74.125.113.99
Might work but it doesn't seem to. Is there an issue because of the spacing?/A (\S+)/ and do_something($1);
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: More complicated regular expression?
by Xiong (Hermit) on Jan 26, 2012 at 20:00 UTC | |
Re^4: More complicated regular expression?
by polettix (Vicar) on Jan 28, 2012 at 12:34 UTC |