#1 2022-01-03 21:52

dak4482
Member
Registered: 2016-03-19
Posts: 3

how to change 1,000,000 in file names to 1000000

Wondering how to change the format of numbers in file names. Have thousands of file names that contain LARGE numbers but they are in mixed formats. For example one is "1,000,000thisfilename" and others are "1000000thisfilename".

I want the numbers format to match so listing them in order in Explorer works. Would prefer removing the commas.
Any help? Thx in advance
Dan

Offline

#2 2022-01-04 00:43

den4b
Administrator
From: den4b.com
Registered: 2006-04-06
Posts: 3,367

Re: how to change 1,000,000 in file names to 1000000

You can use a Regular Expressions rule to remove all commas that are surrounded by digits.

Here is the rule configuration:

Expression: (\d),(\d)
Replace: $1$2

Offline

Board footer

Powered by FluxBB