Highlights:
- Added regex parsers for ge, gg, aw, ax top level domains
- Fixed bug in the jp address parser
- DRY-ed out multi-line match code; especially useful for parsing name servers or statuses
- Added tests for ge, gg, jp, aw, and ax parsers, and find_match, find_multiline_match methods (~1% in codecov)
- Updated README; more concise examples were highlighted.