How will the folder name in different keywords into the same?


TranslationEnglishFrançaisDeutschEspañol日本語한국어Updated on2025-07-02 17:38


The regular expression batch replacement of different keywords in the file name can realize the matching and replacement of complex names, which greatly improves the flexibility of managing files. The advantages of using regular expressions lie in wildcards, group capture and condition matching. Whether it is fixed keywords, dates and numbers in different locations, it is very practical to remove redundant characters or replace naming in batches. Its accurate pattern matching can process many different characters at one time without manual modification. So how should we use regular expressions to replace folder names in batches and replace different contents in folder names with the same ones?

Under what circumstances do you need to change different words in a folder name to the same?

  1. When the dynamic text in the folder name needs to be replaced with the same content, the regular expression is used to uniformly replace the keyword to facilitate the classification management of the file.
  2. Different text formats in folder names will affect the retrieval effect. After regular expressions are modified to the same text, folders can be quickly located.

Preview of the effect after different characters of folder names change to the same

before treatment:

image-Folder batch renaming,folder keyword replacement,how to use regular expressions to unify folder names

after treatment:

image-Folder batch renaming,folder keyword replacement,how to use regular expressions to unify folder names

operation steps

open 【 HeSoft Doc Batch Tool ], select [File Name]-[Find and Replace Keywords in File Name]].

image-Folder batch renaming,folder keyword replacement,how to use regular expressions to unify folder names

[Add Folder] Choose to add the folder whose name needs to be renamed. After checking the imported folder below, click Next.

image-Folder batch renaming,folder keyword replacement,how to use regular expressions to unify folder names

[Find Method] Use the formula to find the text.

[List of keywords to be found] Enter the regular expression formula for the keyword content to be found below. [Replaced Keyword List] Enter the regular expression formula of the replaced keyword content below.

Click Next again.

image-Folder batch renaming,folder keyword replacement,how to use regular expressions to unify folder names

After waiting for the processing to finish, click the red path of the save location to view the modified folder.

image-Folder batch renaming,folder keyword replacement,how to use regular expressions to unify folder names

KeywordFolder batch renaming , folder keyword replacement , how to use regular expressions to unify folder names
Disclaimer: The text, images, videos, etc., on this website are limited to the software version and operating environment used when creating this content. If subsequent product updates cause your operations to differ from the content on the website, please refer to the actual situation!

Related Articles