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
121.Character count -- How to count how many characters in a web page?
User:
editor -- 2008-05-17
Hits:
187
Type:
Character count
Search all
Character count
examples
Description:
How to count how many characters in a web page?
Answer:
Hint: You need to
Download and install "Replace Pioneer"
to finish following steps.
Following steps is to count how many chars appearing in www.mind-pioneer.com:
1. ctrl-h open 'Replace' dialog
in 'Replace' page,
set 'Search for Pattern':
\w
enter 'input file':
@http://www.mind-pioneer.com text
2. click 'search' or 'replace', system will report how many chars are found.
Note: \w means word character(non symbles chars)
'@
http://address text' means read from web address and convert html to text.
Download Script:
scripts/121.rst.zip
Similar Examples:
How to count how many characters, punctuations in a text file?
(71%)
How to count how many word(non-symbol) characters in a text file?
(69%)
How to count the number of lines and characters in multiple files and make a list?
(61%)
How to count how many IP addresses with different classes from web logs?
(59%)
Can I count the appearance frequency of each character in a text file?
(59%)
How to extract all links from a web page?
(58%)
How to count how many http address and email address appearing in a html file?
(58%)
How to remove/delete all multi-byte characters in a text file?
(58%)
Check Demo of
Character count