Replace Pioneer Home   All Examples   Free Download

 New request --free  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':

enter 'input file':

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