MCPcopy Index your code
hub / github.com/upper/db / stripWhitespace

Function stripWhitespace

internal/sqlbuilder/builder_test.go:1694–1697  ·  view source on GitHub ↗
(in string)

Source from the content-addressed store, hash-verified

1692}
1693
1694func stripWhitespace(in string) string {
1695 q := reInvisibleChars.ReplaceAllString(in, ` `)
1696 return strings.TrimSpace(q)
1697}

Callers 1

TestSelectFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected