EmEditor (text editor) Forum Index Questions and Answers about Macros
replace string in placeholder ($1)? | Register To Post |
| Flat | Previous Topic | Next Topic |
| Poster | Thread |
|---|---|
| vinc25 | Posted on: 4/28/2012 3:38 am |
Just popping in ![]() ![]() Joined: 8/7/2010 From: Posts: 3 |
Re: replace string in placeholder ($1)? Thank you.
Using 2 or more capture groups works. It only takes more code to get the same result.By the way...What is the differents between $1 and \1. I get the same result for both. |
| Flat | Previous Topic | Next Topic |
| Subject | Poster | Date |
|---|---|---|
| |
vinc25 | 4/27/2012 10:06 am |
| |
Stefan | 4/28/2012 12:02 am |
| » |
vinc25 | 4/28/2012 3:38 am |
| |
Stefan | 4/28/2012 5:22 am |
| Register To Post | |



Using 2 or more capture groups works. It only takes more code to get the same result.