View Single Post
Old 02-14-2020, 10:45 AM   #19
Pachuqismo
Enthusiast
Pachuqismo began at the beginning.
 
Posts: 34
Karma: 10
Join Date: Nov 2009
Device: SM-T820, Galaxy S7
Quote:
Originally Posted by davidfor View Post
The the following will do what you want:

Code:
(.*?)\s*\:\s*(.*?)
And the replace is simply:

Code:
\1 : \2
This is very elegant - many thanks for that!

Quote:
And, I missed what you wanted to do as you posted on a thread about a completely different topic.
As mentioned, same as reinsley posted in #1

Quote:
The thread is about working in the editor
Sorry, I missed that.

Cheers!

Last edited by Pachuqismo; 02-14-2020 at 10:56 AM.
Pachuqismo is offline   Reply With Quote