package
Version:
v0.3.17
Opens a new window with list of versions in this module.
Published: Jul 30, 2022
License: BSD-3-Clause
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
IsRegexp reports whether p is implemented using regexp.
False means that the underlying matcher is something optimized.
Pattern is a compiled regular expression.
Compile parses a regular expression and returns a compiled
pattern that can match inputs descriped by the regexp.
Semantically it's close to the regexp.Compile, but
it does recognize some common patterns and creates
a more optimized matcher for them.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.