Replace Pioneer Home   All Examples   Free Download

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

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:
space after  after each character  single space  dot  parenthesis  nth  after  space  single  regular expression  add space after dot  add space after each character  a space after each character  replace space after each character  space dot  add a space after each character  add a space after expression  add space in expression