Cut string between two XML nodes using GREP
Say you want to extract some string between two patterns. GREP's Perl
integration does a nice job to perform such match.
For example, the string given is,
<toplevel><suggestion data="hello kitty"/></toplevel>
And you want to extract between toplevel...
blog.mdminhazulhaque.io1 min read