Hi Folks,
I need to search for a string between two specific character positions in a file. The string is always from character 294 to character 302 in each line of a file containg multiple lines.
What is the best way to extract this string?
Thanks in advance.