Tag: regexp

  • RegExp Download Organizer – Chrome Web Store

    This extension allows you to set custom download locations with a flexible and strong RegExp-based rules. You can literally use all the power of regular expressions in your rules and handle even the most complex cases with this extension. The download rules can be based on filetype, filename, file and referrer(a page where the download…

  • GitHub – ziishaned/learn-regex: Learn regex the easy way

    A regular expression is a pattern that is matched against a subject string from left to right. Regular expressions are used to replace text within a string, validate forms, extract a substring from a string based on a pattern match, and so much more. The term “regular expression” is a mouthful, so you will usually…