Skip to content

Commit

Permalink
Merge pull request tomnomnom#13 from c0rvax/patch-1
Browse files Browse the repository at this point in the history
Add ip regex
  • Loading branch information
tomnomnom authored Jul 4, 2019
2 parents c45f872 + 6fd5f5b commit d1fa80f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/ip.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"flags": "-HnroE",
"pattern": "(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])"
}

0 comments on commit d1fa80f

Please sign in to comment.