Hi!… I'm bored! Can someone help me with a code in Notepad++?
-
…I have this text:
1:1 abcdefghijklmnopq 2:2 abcdefghijklmnopq 2:3 abcdefghijklmnopq 2:4 abcdefghijklmnopq 2:5 abcdefghijklmnopq
…now… I want to change this text in this way:
1:1 abcdefghijklmnopq
2:2 abcdefghijklmnopq
2:3 abcdefghijklmnopq
2:4 abcdefghijklmnopq
2:5 abcdefghijklmnopq -
if you are bored, doesn’t it help to find out how such things work to make it more exiting?? ;-)
What about using regex like this, find what\d+:
and replace with\r\n$0
-
thank you man!.. i saved a lot of time!
GOOD JOB!…may GOD bless you!