Hi,
So I have this big file of fix length lines. I want to do a find and replace on a character line position.
Example:
xxxxxxx 010109 xxxxxx xxxxx
xxxxxxx 010309 xxxxxx xxxxx
xxxxxxx 021506 xxxxxx xxxxx
xxxxxxx 041187 xxxxxx xxxxx
So in this case I would want to find any value starting on position 13 through position 18 and replace it with 010107.
Can anyone give help me out on how to formulate the regex for this?
Much appreciated.