Documentation ¶
Overview ¶
Package experimental contains experimental features that are not part of the standard library regexp package. There is no API stability guarantee for this package even across minor version updates.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CompileLatin1 ¶
CompileLatin1 is like regexp.Compile but causes the matching to treat the input as arbitrary bytes rather than unicode strings. This is similar behavior to the rsc.io/binaryregexp package.
func MustCompileLatin1 ¶
func MustCompileLatin1(str string) *re2.Regexp
MustCompileLatin1 is like CompileLatin1 but panics if the expression cannot be parsed. It simplifies safe initialization of global variables holding compiled regular expressions.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.