Documentation ¶
Overview ¶
Package regexp contains functions for dealing with regular expressions
Index ¶
- func Find(expression, input string) (string, error)
- func FindAll(expression string, n int, input string) ([]string, error)
- func Match(expression, input string) bool
- func QuoteMeta(input string) string
- func Replace(expression, replacement, input string) string
- func ReplaceLiteral(expression, replacement, input string) (string, error)
- func Split(expression string, n int, input string) ([]string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ReplaceLiteral ¶
ReplaceLiteral -
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.