You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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'
The text was updated successfully, but these errors were encountered: