commonregex

package
v1.4.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 19, 2022 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Overview

This file contains common regex filters

Index

Constants

View Source
const (
	Ip               = `` /* 162-byte string literal not displayed */
	Domain           = `\b((xn--)?[a-z0-9][a-z0-9-_]{0,61}[a-z0-9]{0,1}\.){1,9}(xn--)?([a-z0-9\-]{1,61}|[a-z0-9-]{1,30}\.[a-z]{2,})\b`
	Sha1             = `\b[a-f0-9]{40}\b`
	Md5              = `\b[a-f0-9]{32}\b`
	Sha256           = `\b[a-f0-9]{64}\b`
	VirusTotalHashes = Sha1 + `|` + Md5 + `|` + Sha256
)

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL