• RegexRenamer是一个强有力而简单的用户友好的形的工具,用于批量重命名的文件使用经常表达方式。 它可以重新命名的多文件、变化的扩展,添加文件的文件号码和移动重命名的文件至另一位置。

    一个经常的表达(或regex)是简单的文本包含的特殊字符合定义的模式,可以用来匹配的文本,在这种情况下的文件名。

    使用电力的regex它变得容易应用复杂的转变到大型集团的文件,否则就不可能有平比赛和替换。

  • RegexRenamer एक शक्तिशाली लेकिन सरल उपयोगकर्ता के अनुकूल ग्राफिकल उपकरण का उपयोग करने के लिए बैच फ़ाइलों का नाम बदलें नियमित अभिव्यक्ति का उपयोग कर. यह नाम परिवर्तित कर सकते हैं एकाधिक फ़ाइलों को बदलने के लिए, एक्सटेंशन जोड़ने के लिए, फ़ाइल संख्या और स्थानांतरित नाम बदली गई फ़ाइलों के लिए किसी अन्य स्थान पर है ।

    एक नियमित अभिव्यक्ति (या regex) बस है कि पाठ में शामिल है कि विशेष वर्ण के साथ परिभाषित करता है कि एक पैटर्न इस्तेमाल किया जा सकता है मैच के लिए पाठ, इस मामले में filenames.

    की शक्ति का उपयोग regexes यह आसान हो जाता है लागू करने के लिए जटिल परिवर्तनों के बड़े समूहों के लिए फ़ाइलें है कि अन्यथा संभव नहीं हो सकता है के साथ सादे मैच और की जगह.

  • RegexRenamer is a powerful but simple user-friendly graphical tool used to batch rename files using regular expressions. It can rename multiple files, change the extension, add file numbers and move the renamed files to another location.

    A regular expression (or regex) is simply text that contains special characters that together defines a pattern that can be used to match text, in this case filenames.

    Using the power of regexes it becomes easy to apply complex transformations to large groups of files that otherwise would not be possible with plain match & replace.