OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:QuoteMeta
(Results
1 - 5
of
5
) sorted by null
/external/pcre/dist/
pcrecpp.cc
466
/*static*/ string RE::
QuoteMeta
(const StringPiece& unquoted) {
474
// same name; see `perldoc -f
quotemeta
`.) The one exception is
/external/regex-re2/util/
pcre.cc
412
string PCRE::
QuoteMeta
(const StringPiece& unquoted) {
422
// see `perldoc -f
quotemeta
`.)
[
all
...]
/prebuilts/go/darwin-x86/src/regexp/
regexp.go
578
//
QuoteMeta
returns a string that quotes all regular expression metacharacters
580
// the literal text. For example,
QuoteMeta
(`[foo]`) returns `\[foo\]`.
581
func
QuoteMeta
(s string) string {
[
all
...]
/prebuilts/go/linux-x86/src/regexp/
regexp.go
578
//
QuoteMeta
returns a string that quotes all regular expression metacharacters
580
// the literal text. For example,
QuoteMeta
(`[foo]`) returns `\[foo\]`.
581
func
QuoteMeta
(s string) string {
[
all
...]
/external/regex-re2/re2/
re2.cc
425
string RE2::
QuoteMeta
(const StringPiece& unquoted) {
435
// see `perldoc -f
quotemeta
`.)
[
all
...]
Completed in 683 milliseconds