neesdottTrets
New Member
I have a XML, and I would like to search and match string on multiple lines:\[code\]</head><head>\[/code\]The idea is to eventually insert \[code\]</head></body><body><head>\[/code\]I think this is doable with vi, I researched a bit and found "_s", but it doesn't seem to work with multiple lines.. This is what I tried:\[code\]/<\/head>\_s<head>\[/code\]Can someone help?