Documentation
¶
Overview ¶
Package regexps defines a global cache for regular expressions.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type RegexpStore ¶
type RegexpStore struct {
// contains filtered or unexported fields
}
RegexpStore is a thread-safe cache that compiles and stores regexp2 patterns on first use.
Click to show internal directories.
Click to hide internal directories.