User: editor -- 2011-03-15 << 737 739 >> |
Hits: 3351 |
Type: Count and statistics |
Search all Count and statistics examples |
Description: |
How to count the number of occurrence of every double letters? |
Input Sample: |
replace and rename |
Output Sample: |
ac 1 am 1 an 1 ce 1 en 1 ep 1 la 1 me 1 na 1 nd 1 pl 1 re 2 |
Answer: |
Hint: You need to Download and install "Replace Pioneer" on windows platform to finish following steps. |
1. ctrl-o open text file 2. ctrl-h open replace dialog * set 'search for pattern' to: * uncheck 'print umatched unit' option * click 'advanced' tab: * set 'run following at the beginning of replace' to: * set 'run following for each matched unit' to: * set 'insert end text' to: 3. click 'replace', done! 4. ctrl-s save to file. |
Screenshot 1: Replace_Window |
Screenshot 2: Replace_Advanced_Window |