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
Character count
Character encoding
Bin Hex Oct Dec converter
Text generator
RSS: Replace Pioneer Examples
541.Advanced search and replace -- How to change all the letters in a text file to upper cases?
User:
editor -- 2010-06-20
Hits:
70
Type:
Advanced search and replace
Search all
Advanced search and replace
examples
Description:
How to change all the letters in a text file to upper cases?
Input Sample:
This is an example text file
Output Sample:
THIS IS AN EXAMPLE TEXT FILE
Answer:
Hint: You need to
Download and install "Replace Pioneer"
to finish following steps.
1. ctrl-o open source text file
2. ctrl-h open 'replace' window
set "Replace with pattern" to:
uc($match)
3. click 'Replace', done!
4. ctrl-s save to file.
Similar Examples:
How to change all numbers in a text file to 2 decimial places?
(71%)
How to replace all the numbers in a text file to the square value?
(68%)
How to change all numbers in a text file to the comma separated numbers?
(66%)
How to reverse all cases of letters in a text file?
(66%)
How to shuffle all the lines in a text file?
(65%)
How to sort all the lines of a text file randomly?
(63%)
How to sort all the lines of a text file by order the multiple columns?
(61%)
How to change all letters that come after the word "password:" to ***** ?
(60%)
Check Demo of
Advanced search and replace