Replace Pioneer Home
All Examples
Free Download
all
Advanced search and replace
Replace text in multiple files
Regular expression replace
Batch file rename
Batch download
Text file parser
Text file splitter
Html text generator
Search replace binary
Random word generator
Count and statistics
Character encoding
Bin Hex Oct Dec converter
Text generator
Text sort
Text merge
Text data calculation
RSS: Replace Pioneer Examples
531.Batch file rename -- How to batch rename files by removing all the letters and keep the rest?
User:
editor -- 2010-06-10
<< 530
532 >>
Hits:
3839
Type:
Batch file rename
Search all
Batch file rename
examples
Description:
How to batch rename files by remove all the letters inside?
Input Sample:
filenames:
AAA001.jpg
ABCD825.jpg
FILE003.jpg
...
Output Sample:
filenames:
001.jpg
825.jpg
003.jpg
...
Answer:
Hint: You need to
Download and install "Replace Pioneer"
on windows platform to finish following steps.
1. open "Tools->Batch Runner" menu
2. drag all files from "Windows File Browser" to "Batch Runner" window
* check option of "set output filename"
* change the following entry to:
${BASE}{replace,'[A-Za-z]',''}.${EXT}
3. click 'File Rename', done!
Similar Examples:
How to batch rename files by removing all letters and symbols in filename, only keep numbers?
(76%)
How to batch rename files by replacing all initial letter of 'S' with 'N' ?
(75%)
How to batch rename files by removing all trailing numbers?
(74%)
How to batch rename files by removing unwanted parts?
(73%)
How to batch rename files by moving the leading numbers to the end?
(72%)
How to batch rename files by adding random letters behind?
(71%)
How to batch rename files by removing first 3 characters of filename?
(71%)
How to batch rename files by replacing all spaces with underscore?
(70%)
Check Demo of
Batch file rename
Keywords:
inside
letters
keep
letter
how to batch rename files
batch rename files
rename files
how to batch rename
how to batch rename file
remove all
batch rename by removing letters
batch remove all letters
batch remove all letters from filename
remove all letters batch
keep letters
remove all letters
letters filename
removing and from batch file output filename