Documentation
¶
Index ¶
Constants ¶
View Source
const ( // Generic is a basic domain regexp pattern // from: https://stackoverflow.com/a/30007882/221569 // // It does very well, but matches ipv4 addresses in some cases. Generic = `(?:[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?\.)+[a-z0-9][a-z0-9-]{0,61}[a-z0-9]` )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.