Mercurial > hg > MonetDB-extend
view regexp/81_regexp.sql @ 15:59bbfa0096b3
Added a tutorial for creating a FILTER FUNCTION.
author | Sjoerd Mullender <sjoerd@acm.org> |
---|---|
date | Mon, 22 Jan 2018 17:56:06 +0100 (2018-01-22) |
parents | |
children | b8ec6f36facb |
line wrap: on
line source
-- This Source Code Form is subject to the terms of the Mozilla Public -- License, v. 2.0. If a copy of the MPL was not distributed with this -- file, You can obtain one at http://mozilla.org/MPL/2.0/. -- -- Copyright 2013-2018 MonetDB B.V. CREATE FILTER FUNCTION rematch(val STRING, pat STRING) EXTERNAL NAME regexp.rematch;