|
lib_mysqludf_preg provides a way for MySQL databases to access the PCRE (Perl compatible-regular-expressions) C library.
PCRE is a complex C library implementing Perl 5's pattern and regular expression matching system.
Knowing this, lib_mysqludf_preg basically enables PREG-like functionality inside MySQL.
More advanced examples and in-depth usage instructions are included with the download package.
What's New in This Release: [ read full changelog ]
· Fixed potential garbage results due to uninitialized argument to pcre_exec.
· Return NULL in most cases when NULL is passed in as an argument.
· Fixed problem where PREG_CAPTURE didn't return NULL if occurrence was out of bounds.
Via: lib_mysqludf_preg 1.1
0 Comment:
Post a Comment