Skip to content

zhenjl/xparse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages