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
718.Regular expression replace -- How to add a single space after each character in a text file?
User:
editor -- 2011-02-16
<< 717
719 >>
Hits:
7497
Type:
Regular expression replace
Search all
Regular expression replace
examples
Description:
How to add a single space after each character in a text file?
Input Sample:
This is an example to test adding a space
Output Sample:
T h i s i s a n e x a m p l e t o t e s t a d d i n g a s p a c e
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 window
* set 'search for pattern' to a single 'dot' with parenthesis:
(.)
* set 'replace with pattern' to $1 followed by a space:
$1
3. click 'replace', done.
4. ctrl-s save to file
Screenshot 1: Replace_Window
Similar Examples:
How to add 3 spaces after every 9 characters in a text file?
(82%)
How to add a space after the 15 character of each line?
(72%)
How to add spaces to align text to the center in a text file?
(69%)
How to add line_no before each line of a text file?
(69%)
How to add a <Return> after each period '.' in text file?
(69%)
How to add a page number after every 40 lines in a text file?
(65%)
How to add a blank line after every 8 lines in text file?
(65%)
How to remove/delete all single-byte characters in a text file
(64%)
Check Demo of
Regular expression replace
Keywords:
after each character
dot
after each char
parenthesis
space after
parenth
single space
nth
pare
after
add space after dot
space dot
add space after each character
a space after each character
replace space after each character
add a space after each character
add a space after expression
set replace parenthesis