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
768.Advanced search and replace -- How to convert all the phrases to the Abbr automatically?
User:
editor -- 2011-04-25
<< 767
769 >>
Hits:
3359
Type:
Advanced search and replace
Search all
Advanced search and replace
examples
Description:
How to convert all the phrases to the Abbr automatically? Take the first letter of each world in every line.
Input Sample:
World Trade Organization
World Wide Web
...
Output Sample:
WTO
WWW
...
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' dialog
* set 'search for pattern' to:
(\w)\w* *
* set 'replace with pattern' to:
uc($1)
3. click 'replace', done!
4. ctrl-s save to file.
Screenshot 1: Replace_Window
Similar Examples:
How to convert Roman number to Arabic number automatically?
(71%)
How to import a list of urls to IE favorate automatically?
(65%)
How to split every file in a directory automatically?
(61%)
How to add title attribute for all images in html files automatically?
(60%)
How to calculate the area of triangles base on 3 sides automatically?
(59%)
How to batch convert arabic number to roman numbers automatcially?
(58%)
How to make html tags for image file list automatically?
(57%)
How to remove/delete ending spaces of all lines automatically?
(57%)
Check Demo of
Advanced search and replace
Keywords:
world
phrases
first letter
phrase
automatically
automatic
automat
letter
auto
every line
replace the first world
replace letter
search and replace convert
convert text file search replace
convert text
replace convert
replace every
replace text first line