I am trying to extract the string from a file having following pattern within a line
>------ </
The ----- represents can be any variable length string. The start pattern within a line is > and end pattern </.
Using regex of VIM is command line search possible? and if so could that be printed?
Or will have to write a script?
I am a new user to VIM