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
1448.Regular expression replace -- How to remove all Upper Case letters?
User:
Jiang Nan -- 2019-12-25
<< 1447
1449 >>
Hits:
2307
Type:
Regular expression replace
Search all
Regular expression replace
examples
Description:
Hello,I can do it in several step.Can I replace it in only one step?Thank you.
Input Sample:
ABChij
ABCklmnVWXYZ
ABCaopXYZ
ABCkqrsXYZVW
Output Sample:
hij
klmn
aop
kqrs
Answer:
Hint: You need to
Download and install "Replace Pioneer"
on windows platform to finish following steps.
1. ctrl-o open file
2. ctrl-h open 'replace' dialog
* set 'search for pattern' to:
[A-Z]+
3. click 'replace', done.
Screenshot 1: Replace_Window
Similar Examples:
How to reverse all cases of letters in a text file?
(63%)
How to remove all lines but the second line from bottom?
(61%)
How to remove all text that include variable strings?
(60%)
How to remove all question mark that enclosed by title tags?
(59%)
How to remove all the lines appeared in file B,C,D from file A?
(58%)
How to remove all hyphens after the first tab in each line?
(57%)
How to remove filename from a full path list?
(57%)
How to remove all lines containing key-board letters only?
(56%)
Check Demo of
Regular expression replace
Keywords:
upper case letter
several
upper case
upper
letters
letter
case
regular expression
expression
a z
remove all letters
remove letters
remove only one
replace letters
search expression
replace all
search pattern
replace pattern