thanm / xparse

Various parsing utilities, such as IP, time, and top-level-domain, in Go

Home Page:http://godoc.org/github.com/surgebase/xparse

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

parse

A collection of parsing utilities:

  • xip - IP (only v4 for now) parser that expands a given IP string to all the IP addresses it represents.
  • xtime - time parsing utility in Go. It exposes a set of time formats that it knows how to parse, and a single function Parse() to parse any time string.
  • xtld - TLD parser that extracts the top-level-domain out from the given string. It uses the data set from https://www.publicsuffix.org/list/effective_tld_names.dat.

About

Various parsing utilities, such as IP, time, and top-level-domain, in Go

http://godoc.org/github.com/surgebase/xparse

License:Apache License 2.0


Languages

Language:Go 100.0%