hey, guys, i am alittle confused about regular expression, will somebody please help me?? thanks a million! if i have the following sentence, how would i extract each part out??
**.**.**.** -> ***.**.**.*** ICMP TTL:127 TOS:0x0 ID:24623
the pattern and variables should be like this:
Variable1 -> Variable2 Variable3 TTL:Variable4 TOS:Variable5 ID:Variable6
**.**.**.** -> ***.**.**.*** ICMP TTL:127 TOS:0x0 ID:24623
the pattern and variables should be like this:
Variable1 -> Variable2 Variable3 TTL:Variable4 TOS:Variable5 ID:Variable6