rgxg (ReGular eXpression Generator) is a C library and a
command-line tool that generate (extended) regular expressions.
What does it do?
rgxg can be useful for generating expressions that match, for
example, a specific number range (e.g. 0 to 31 or 00 to FF) or all
addresses in a CIDR block (e.g. 192.168.0.0/24 or
2001:db8:aaaa::/64).
The key can be downloaded from one of the well known PGP key servers.
Please always verify the signature of a release before using it (see below).
Source tarballs
The source code of the current version can be downloaded here.
Use the following command to verify the signature of the downloaded source tarball (see README file for details): gpg --verify rgxg-<VERSION_NUMBER>.tar.gz.asc
GIT
The rgxg git repository is hosted on GitHub.
Use the following command to verify the signature of a git tag (see README file for details): git verify-tag v<VERSION_NUMBER>
License
rgxg is licensed under zlib/libpng License.
Bug reports / feature requests
Before reporting, please make sure that the bug still exists in the current GIT version of rgxg.
Please report bugs and feature requests to the rgxg issue tracker on GitHub.
Who's behind rgxg?
rgxg is written and maintained by Hannes von Haugwitz.
For the mail address please see the AUTHORS file.