Add length filtering options to ronin extract
#259
Labels
command-option
A command option
extract-command
`ronin extract` command
feature
New Feature
idea
Random idea
Add options for filtering the length of the matched strings.
--match-length NUM
- only print matches of the exact length.--match-min-length NUM
- only print matches greater or equal to the minimum length.--match-max-length NUM
- only print matches less than or equal to the maximum length.The text was updated successfully, but these errors were encountered: