Return to Snippet

Revision: 70746
at June 28, 2016 05:59 by dbiesecke


Initial Code
/([0-9]{1,4}\.[0-9]{1,4}\.[0-9]{1,4}\.[0-9]{1,4})/
/([0-9]{1,4}\.[0-9]{1,4}\.[0-9]{1,4}\.[0-9]{1,4})([0-9 :]+)/

Initial URL


Initial Description
* Usefull as shell command and everyting else
`get-ip='egrep -o "[0-9]{1,4}\.[0-9]{1,4}\.[0-9]{1,4}\.[0-9]{1,4}"'`
`get-ipport='egrep -o "[0-9]{1,4}\.[0-9]{1,4}\.[0-9]{1,4}\.[0-9]{1,4}[0-9 :]+" | sed -e "s/ //g"'`

Initial Title
GetIP & GetIPPort Regex

Initial Tags
regex, ip

Initial Language
Regular Expression