Search Results

4
votes

Extract a string within “> and </ pattern

Try the following vim search: /">\(.*\)<\/ That should match any line with that pattern. It'll also store whatever text it grabs in between your start and en …