exrex
exrex copied to clipboard
Feature: Multiple patters (AND condition)
Add option -e REGEX
with support to be added multiple times and generate an example that matches all of the given REGEXes (AND condition).
Example: exrex -e 'a.' -e '.b'
would give 'ab'