New to Regex.
How can I parse the original to this type of output?
Thanks
I think I have it started.
\d.+-(\d.+)
\d.+-(\d.+\d)
\d.+-(\d.+\d.\d)
\d.+-(\d.+\d.\d.+\d)
Is that right?