E
E
Egor Rublev2016-03-09 20:19:36
Notepad++
Egor Rublev, 2016-03-09 20:19:36

How to highlight the first character " ' " and insert text before it?

Good afternoon, I converted xlsx to txt with tabs, I can’t write parsers, I created a separate topic - How to parse from xlsx to js objects? but I haven’t received an answer yet, thinking about the task, I came to the idea, what if you can do everything without leaving the text editor?
for example, the string:
{'engine', 'i'}
engine and i always have a different meaning (this is a conditional example!)
Is it possible to put " ' " before the first character in the string engine:(space), before the third image:(space) ?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
Ivanq, 2016-03-09
@FaloSun

Find: '([^']*)', '([^']*)'
Replace:engine: '\1', image: '\2'

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question