- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for ReplaceAllStringFunc (0.11 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
logger/sql.go
continue } } newSQL.WriteByte(v) } sql = newSQL.String() } else { sql = numericPlaceholder.ReplaceAllString(sql, "$$$1$$") sql = numericPlaceholderRe.ReplaceAllStringFunc(sql, func(v string) string { num := v[1 : len(v)-1] n, _ := strconv.Atoi(num) // position var start from 1 ($1, $2) n -= 1 if n >= 0 && n <= len(vars)-1 { return vars[n] }
Created: Sun Dec 28 09:35:17 GMT 2025 - Last Modified: Thu Mar 21 08:00:02 GMT 2024 - 5K bytes - Click Count (0) -
api/go1.txt
pkg regexp, method (*Regexp) ReplaceAllLiteralString(string, string) string pkg regexp, method (*Regexp) ReplaceAllString(string, string) string pkg regexp, method (*Regexp) ReplaceAllStringFunc(string, func(string) string) string pkg regexp, method (*Regexp) String() string pkg regexp, method (*Regexp) SubexpNames() []string pkg regexp, type Regexp struct pkg regexp/syntax, const ClassNL Flags
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Wed Aug 14 18:58:28 GMT 2013 - 1.7M bytes - Click Count (0)