MCPcopy
hub / github.com/dropbox/godropbox / RegexpL

Function RegexpL

database/sqlbuilder/expression.go:404–406  ·  view source on GitHub ↗
(lhs Expression, val string)

Source from the content-addressed store, hash-verified

402}
403
404func RegexpL(lhs Expression, val string) BoolExpression {
405 return Regexp(lhs, Literal(val))
406}
407
408// Returns a representation of "c[0] + ... + c[n-1]" for c in clauses
409func Add(expressions ...Expression) Expression {

Callers 1

TestRegexExprMethod · 0.85

Calls 2

RegexpFunction · 0.85
LiteralFunction · 0.85

Tested by 1

TestRegexExprMethod · 0.68