DevBits
Home
Atlas
Play
About
Sign up
Log in
All
Go
regexp.QuoteMeta()
Examples using...
regexp.QuoteMeta()
Recent
Examples
QuoteMeta in Go
by GoDoc
Go
regexp.QuoteMeta
fmt
fmt.Println
regexp
QuoteMeta returns a string that escapes all regular expression metacharacters inside the argument text; the returned string is a regular expression matching the literal text.