for a text file, i want to extract the strings between two delimiters.
for example, init delimiter <, end delimiter >
I need to find and print each string (normaly more than one per line) between this delimiters in each line of the file.
I suppose this must be simple, but I suppose that I'm silly too.
Thanks for help,
izq.
for example, init delimiter <, end delimiter >
I need to find and print each string (normaly more than one per line) between this delimiters in each line of the file.
I suppose this must be simple, but I suppose that I'm silly too.
Thanks for help,
izq.