case insensitive string search
oppiman opened this issue · 1 comments
oppiman commented
-s does not ignore case.
so I changed line 157 to:
if options.search == '' or options.search.upper() in extractedString.upper():
a -i option would be appreciated
DidierStevens commented
-s does ignore case now.
added option -c --casesensitive