replace - Replacing multiple while keeping a number that changes the same on each line -


i have list
1. md (1)
2. md (2)
3. ....
4. md (10)
goes on line while want make
md line (1)
....
md line (10) , on.
can use replace feature on notepad++ this? "find" md (put kind of placeholder here find numbers keep them same) , replace" md line (same place holder). i've tried using number sign place holder didn't work. thank in advance.

replace

^([0-9]+. md) 

with

md line 

pattern anchored beginning of line via ^, 1 or more digits, followed period, space , md.


Comments

Popular posts from this blog

c++ - No viable overloaded operator for references a map -

java - Custom OutputStreamAppender not run: LOGBACK: No context given for <MYAPPENDER> -

java - Cannot secure connection using TLS -