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
707.Text file parser -- How to extract all upper cases words from a text file?
User:
editor -- 2011-01-27
<< 706
708 >>
Hits:
3838
Type:
Text file parser
Search all
Text file parser
examples
Description:
How to extract all upper cases words from a text file?
Input Sample:
This is to test how to extract all UPPER cases WORDS from a text file.
Output Sample:
UPPER
WORDS
Answer:
Hint: You need to
Download and install "Replace Pioneer"
on windows platform to finish following steps.
1. ctrl-o open source text file
2. ctrl-h open 'replace' window
* set 'search for pattern' to:
\b[A-Z]+\b
* set 'replace with pattern' to:
$match\n
* uncheck option of 'Print Unmatched Units'
3. click 'Replace', done.
4. ctrl-s save to file.
Screenshot 1: Replace_Window
Similar Examples:
How to extract/parse all upper cases Acronyms from a text file?
(85%)
How to extract all IP address from a text file?
(77%)
How to extract all specified date format from a text file?
(76%)
How to extract all html address from a text file?
(75%)
How to extract all lines with numbers from many text files?
(71%)
How to reverse all cases of letters in a text file?
(71%)
How to extract all email addresses from many text files?
(70%)
How to extract all telephone numbers from a text file?
(70%)
Check Demo of
Text file parser
Keywords:
upper cases
extract all upper case
upper
upper case
case
unmatched
unmatch
print
extract all
text file parser
upper cases file
replace upper
extract all words from text
extract words from text file
extract all words
extract words text file
extract words
open source text file parser