Discover Packages
github.com/Cloud-Foundations/Dominator
lib
pathregexp
package
Version:
v0.11.0
Opens a new window with list of versions in this module.
Published: Dec 21, 2025
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Package pathregexp implements regular expression search with pathname
optimisations.
IsOptimised will return true if a Regexp object is optimised for performance.
type Regexp interface {
MatchString(s string ) bool
}
Compile parses a regular expression and returns, if successful, a Regexp
object that can be used to match against text. The expression is implictly
anchored at the start of each string to match.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.