How will the folder name in different keywords into the same?
Translation:EnglishFrançaisDeutschEspañol日本語한국어,Updated on:2025-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?
- 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.
- 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:
after treatment:
operation steps
open 【 HeSoft Doc Batch Tool ], select [File Name]-[Find and Replace Keywords in File Name]].
[Add Folder] Choose to add the folder whose name needs to be renamed. After checking the imported folder below, click Next.
[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.
After waiting for the processing to finish, click the red path of the save location to view the modified folder.

Keyword:Folder batch renaming , folder keyword replacement , how to use regular expressions to unify folder names