You’re looking for the regex .*?<title>(.*?)</title>.*
that’s going to be replaced by $1
.
solved Remove everything except the content among Tags Notepad++
You’re looking for the regex .*?<title>(.*?)</title>.*
that’s going to be replaced by $1
.
solved Remove everything except the content among Tags Notepad++