Bug #110
Use regex in replace
Status:
New
Priority:
Normal
Assignee:
-
Category:
-
Start date:
04/14/2018
Due date:
% Done:
0%
Description
After a re-indent and I want to make sure all labels are back without indenting, in notepad++ I do
Replace “\s*(\w+[a-zA-Z_0-9]*:) “
With “\1”
This does not work in the Hammer