Updated version available.
Main new features:
Have added to the command line interpeter commands to find (InstrRex ) text, and to replace (ReplaceRex) text using regular expressions. The underlying regexp code is the open source Pcre2 “C” libary.
The SQLite loadable extension module (regexp.c) to support a regular expression as part of a WHERE clause has been added