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
343.Advanced search and replace -- How to read the text from a web page and change all letters to lower case?
User:
editor -- 2009-07-15
Hits:
157
Type:
Advanced search and replace
Search all
Advanced search and replace
examples
Description:
How to read the text from a web page and change all letters to lower case? Convert the html to text first, and change all letter to lower case.
Answer:
Hint: You need to
Download and install "Replace Pioneer"
to finish following steps.
1. ctrl-h open 'Replace' dialog
2. Enter webpage address in "input file" entry:
http://www.mind-pioneer.com
3. Enter following in replace with pattern:
lc($match)
All text on the webpage will be loaded to page P0, and replace with lower case and put into page P1
Download Script:
scripts/343.rst.zip
Similar Examples:
How to read the text from a web page and change all letters to lower case?
(100%)
How to change all the letters in a text file to upper cases?
(60%)
How to extract text from many webpage files and form a dabase file?
(58%)
How to batch change filename from upper case to lower case?
(58%)
Can I read an internet web page, and save as text file with desired encoding type?
(54%)
How to reverse a text file by characters?
(51%)
How to limit a text file to less than 40 chars each line?
(50%)
How to merge two text file base on the value of first column and do sort?
(49%)
Check Demo of
Advanced search and replace