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
592.Advanced search and replace -- How to replace digit "d" that appeared "n" times with format of d(n)?
User:
editor -- 2010-08-18
<< 591
593 >>
Hits:
346
Type:
Advanced search and replace
Search all
Advanced search and replace
examples
Description:
How to replace digit "d" that appeared "n" times with format of d(n)?
Input Sample:
000000000333333333
1111111222222255555555
777779999999999999
Output Sample:
0(9)3(9)
1(7)2(7)5(8)
7(5)9(13)
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 window
* in 'search for pattern', enter:
(\d)\1+
* in 'replace with pattern', enter:
\1(count($match,\1))
3. click 'replace', done.
Screenshot 1: Replace_Window
Similar Examples:
How to remove all lines in file b.txt that appearred in a.txt?
(51%)
How to replace the all word "test" with the first word in same line?
(50%)
How to remove everything that appears before the "->" in each line?
(50%)
How to replace the first 3 characters of each line to fixed characters and add 'a' at the end?
(50%)
How to remove all blank lines and lines that started with Name: or Addr:?
(49%)
How to change all negative numbers to the format of (number)?
(49%)
How to batch replace the last 5 "old" with "new" in a text file?
(49%)
How to replace the characters in fixed position in each line?
(49%)
Check Demo of
Advanced search and replace
Keywords:
times
replace digit
dig
digit
digit d
time
count
format
app
enter
replace times
search and replace open source
search and replace text
search pattern
replace text pattern
text pattern
and replace text
search replace