exrex icon indicating copy to clipboard operation
exrex copied to clipboard

Irregular methods on regular expressions

Results 26 exrex issues
Sort by recently updated
recently updated
newest added

regex with \W and \s do not generate spaces or non word chars. [example.txt](https://github.com/asciimoo/exrex/files/478263/example.txt)

bug

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'`...

enhancement

Maybe you will find it a nice and simple to implement feature: to be able to iterate over all strings that matches regular expression ignoring letters case. E.g. "a{1,2}" will...

enhancement

Current master is 239e4da37ff3a66d8b4b398d189299ae295594c3, which contains: https://github.com/asciimoo/exrex/blob/239e4da37ff3a66d8b4b398d189299ae295594c3/setup.py#L15 But tag 0.11.0 is bcfc1de166e5b1b87697d0c1c3985ec3b9ab05cd: https://github.com/asciimoo/exrex/commit/bcfc1de166e5b1b87697d0c1c3985ec3b9ab05cd which is not in master GitHub says: ![image](https://user-images.githubusercontent.com/199050/224530189-ec4484bc-2f81-4e8f-ac62-ff260984644a.png) Can you please push this commit to master? Thank...

python exrex.py ".*\.(eleventy\|11ty)(\.[cm]?js\|ignore)$" returns __init__() got an unexpected keyword argument 'encoding'

I'm noticing syntax warnings which seem to have been fixed by #69 . Could we please have a release that includes this fix.