Answer the question
In order to leave comments, you need to log in
How to find a space between tags in atom and replace with nothing?
hello, how to find a space between numbers in a tag in atom, for example , I <p>123 456 789 0</p>
tried it by analogy with notepad ++ but it doesn’t work, in notepad it worked <price>[^ <>]*\K\s
here it only searches for the first gap but does not replace it
, and atom works (\s)(\d+)
if it is replaced by $ 2, but in this case everything is deleted spaces in the file between the numbers, if put like this <p>(\s)(\d+)</p>
does not work, please tell me more options ..
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question