rt icon indicating copy to clipboard operation
rt copied to clipboard

Improve Shredder attachments regex

Open federicobaldo opened this issue 6 years ago • 4 comments

In order to match also _ and - characters.

federicobaldo avatar Jan 24 '18 10:01 federicobaldo

thanks for the commit.

"-" part looks good to me.

note that "\w" already matches "_", so it's not necessary to explicitly add "_".

sunnavy avatar Jan 24 '18 12:01 sunnavy

Thanks, applied your suggestion.

federicobaldo avatar Jan 24 '18 13:01 federicobaldo

To make the merge more clear, maybe you can combine the 2 commits instead? thanks!

sunnavy avatar Jan 24 '18 13:01 sunnavy

Done, cheers!

federicobaldo avatar Jan 24 '18 13:01 federicobaldo