Skip to main content

filer out zip & rar files

Comments

3 comments

  • cPRex Jurassic Moderator
    Hey hey! It seems like the regex is flagging *.zip* - could you tweak it to just be *.zip so it doesn't get any trailing characters? Would that be enough of a change for what you're looking for?
    0
  • keat63
    I did have the filter configured for just .zip (with no wild cards) I wonder if a space at the end of .zip might work, eg .zip(space)(cr)
    0
  • cPRex Jurassic Moderator
    You may need to add some regex so it ends the .zip and doesn't append anything, like .zip$ (this poster does not claim to be a regex master)
    0

Please sign in to leave a comment.