Documentation
¶
Index ¶
- func ApplyPathValues(pat string, values map[string]string, onceIfDuplicated bool) string
- func Match(pattern, text string) ([][]string, error)
- func MatchOne(pattern, text string) ([]string, error)
- func MatchOneThen(pattern, text string, subIdx int) (string, error)
- func MustCompile(pattern string) *regexp.Regexp
- func NamedMatchOne(pattern, text string) (map[string]string, error)
- func ReplaceAllSubmatchFunc(pattern, str string, repl func(match string, groups [][]int) string) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ApplyPathValues ¶
func MustCompile ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.