rgxg

Generates extended regular expressions to match number ranges or CIDR block addresses.

Made by Hannes von Haugwitz

  • regular-expression-helper

  • regex-generator

What is rgxg?

rgxg is a command-line tool and a C-library that generates extended regular expressions. The tool can be leveraged to create regular expressions to match specific numeric ranges, such as 0 to 31 or 00 to FF, as well as all addresses within a CIDR block, like 192.168.0.0/24 or 2001:db8:aaaa::/64

Highlights

  • Generates extended regular expressions for matching numeric ranges
  • Generates extended regular expressions for matching CIDR block addresses
  • Accessible as both a command-line tool and a C-library

Platforms

  • Linux

Languages

  • English

Features

    • Command line interface

    • Support for regular expressions