refunc

package
v0.0.0-...-1438d1e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 7, 2023 License: ISC Imports: 3 Imported by: 0

Documentation

Overview

Package refunc provides an implementation of the REGEXP operator that uses the Go regexp package.

Index

Constants

This section is empty.

Variables

View Source
var Impl = &sqlite.FunctionImpl{
	NArgs:         2,
	Deterministic: true,
	AllowIndirect: true,
	Scalar:        regexpFunc,
}

Impl is the implementation of the REGEXP function.

Functions

func Register

func Register(c *sqlite.Conn) error

Register registers the "regexp" function on the given connection.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL