I have files that have sets of numbers that I want to seperate with spaces or dashes.
Example: 550424
55 is the year
04 is the month
24 is the day
So I would like the result to be 55 04-24
I am thinking RegEx would work but I have no idea on how to do it.
if it was 55-04-24 it would be simple:)
Thanx ahead of time!!!
