tre
Approximate regex matching library and agrep utility
Superset of the POSIX regex API, enabling approximate matching. Also ships a version of the agrep utility which behaves similar to grep but features inexact matching.
- Versions: 0.9.0
- Website: https://laurikari.net/tre
- Licenses: FreeBSD
- Package source: gnu/packages/regex.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of tre
as follows:
guix install tre
Or install a particular version:
guix install tre@0.9.0
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of tre about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/tre'><img src='https://packages.guix.gnu.org/packages/tre/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/tre)
Example Org:
[[https://packages.guix.gnu.org/packages/tre][https://packages.guix.gnu.org/packages/tre/badges/latest-version.svg]]