regexp

package module
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Feb 24, 2025 License: MPL-2.0 Imports: 4 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CompileInterned

func CompileInterned(pattern string) (*regexp.Regexp, error)

CompileInterned compiles and interns a regular expression and returns a pointer to it or an error.

func CompilePOSIXInterned

func CompilePOSIXInterned(pattern string) (*regexp.Regexp, error)

CompilePOSIXInterned compiles and interns a regular expression using POSIX syntax and returns a pointer to it or an error.

func MustCompileInterned

func MustCompileInterned(pattern string) *regexp.Regexp

MustCompileInterned compiles and interns a regular expression and returns a pointer to it or panics.

func MustCompilePOSIXInterned

func MustCompilePOSIXInterned(pattern string) *regexp.Regexp

MustCompilePOSIXInterned compiles and interns a regular expression using POSIX syntax and returns a pointer to it or panics.

Types

This section is empty.

Jump to

Keyboard shortcuts

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