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
271.Advanced search and replace -- How to remove/delete all commas from comma separated numbers in a text file
User:
editor -- 2008-09-22
<< 270
272 >>
Hits:
606
Type:
Advanced search and replace
Search all
Advanced search and replace
examples
Description:
How to remove all commas from comma separated numbers in a text file
Input Sample:
Number 1 is 1,234,567, Number 2 is 33,222,555.
Output Sample:
Number 1 is 1234567, Number 2 is 33222555.
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:
\d[\d\,]+\d
* set "Replace with pattern" to:
replace($match,',','')
3. Click "Replace", done!
Note: require Replace Pioneer version 2.2 and above.
Download Script:
scripts/271.rst.zip
Screenshot 1: Replace_Window
Similar Examples:
How to remove/delete all single-byte characters in a text file
(72%)
How to remove/delete all characters except number and spaces in a text file?
(72%)
How to remove/delete all multi-byte characters in a text file?
(72%)
How to remove/delete all symbols in a text file?
(70%)
How to remove/delete all English characters/letters in a text file?
(70%)
How to remove/delete consecutive duplicate lines in a text file?
(67%)
How to remove/delete all lines ending by a comma(,) in a text file?
(67%)
How to remove/delete all symbols and numbers in a text file, only leave text?
(67%)
Check Demo of
Advanced search and replace
Keywords:
ddd
odd
comma
para
numbers
version
delete
dele
delet
rsi
remove commas from text file
remove comma
remove numbers
replace comma
text to numbers
text file remove all
remove all text
remove text