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

Function Regexp

database/sqlbuilder/expression.go:400–402  ·  view source on GitHub ↗
(lhs, rhs Expression)

Source from the content-addressed store, hash-verified

398}
399
400func Regexp(lhs, rhs Expression) BoolExpression {
401 return newBoolExpression(lhs, rhs, []byte(" REGEXP "))
402}
403
404func RegexpL(lhs Expression, val string) BoolExpression {
405 return Regexp(lhs, Literal(val))

Callers 1

RegexpLFunction · 0.85

Calls 1

newBoolExpressionFunction · 0.85

Tested by

no test coverage detected