I've written a variant of regexp_matches called regexp_matches_positions
which instead of returning matching substrings will return matching
positions. I found use of this when processing OCR scanned text and wanted
to prioritize matches based on their position.
The patch is for discussion. I'd al
ad if there is interest. Perhaps a good name for such a
function would be simply regexp_match och regexp_search (as in python).
/Björn
2014-01-29 David Johnston
> Alvaro Herrera-9 wrote
> > Björn Harrtell wrote:
> >> I've written a variant of regexp_matches called regexp_
FYI, got an initial implementation of
http://wiki.postgresql.org/wiki/HTTP_API done in Java (intended to run as a
servlet) at https://github.com/bjornharrtell/jdbc-http-server. Feedback is
welcome :)
Regards,
Björn
2014-09-03 1:19 GMT+02:00 Álvaro Hernández Tortosa :
>
> On 02/09/14 04:47, Dobe
gards
/Björn Harrtell