regex

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: Jun 12, 2023 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// S3Matcher regex matches against strings [aws|s3] in any case
	S3Matcher = regexp.MustCompile("^(?i)aws|s3$")
	// GoogleCloudStorageMatcher regex matches against strings [gcs|GoogleCloudStorage] in any case
	GoogleCloudStorageMatcher = regexp.MustCompile("^(?i)gcs|googlecloudstorage$")
	// CloudfrontMatcher regex matches against string cloudfront in any case
	CloudfrontMatcher = regexp.MustCompile("^(?i)cloudfront$")
	// WebFolderMatcher regex matches against string webfolder in any case
	WebFolderMatcher = regexp.MustCompile("^(?i)webfolder$")
	// PrometheusMatcher regex matches against string prometheus in any case
	PrometheusMatcher = regexp.MustCompile("^(?i)prometheus$")
	// StatsdMatcher regex matches against string statsd in any case
	StatsdMatcher = regexp.MustCompile("^(?i)statsd$")
)

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