2020-09-29
==========

This is the aregex extension for approximate regex (fuzzy) matching,
using the TRE regex library.

You will need the gawkapi.h file from gawk 4.2.1 or later.

You will also need to have the TRE library installed:
  https://laurikari.net/tre/

For documentation, see the man page.

For example usage, see test/aregex.awk.

For further info, see the Github page: 
  https://github.com/camwebb/gawk-aregex

Cam Webb <cw@camwebb.info>
& Jannick (Github: @jannick0)
