I'm very new to the UE Regexp language so I need a bit of help.
I have a text file with various lines that contain a date in the following format:
D21/6/99
The first character is always a 'D'
I need to convert the date from:
D21/6/99
D15/4/06
D1/9/01
to:
D06/21/99
D04/15/06
D09/01/01
I'm using the UltraEdit 13.00+5 regexp engine.
It's probably really simple, but I've been battling for hours - even with the UE Help file!
I have a text file with various lines that contain a date in the following format:
D21/6/99
The first character is always a 'D'
I need to convert the date from:
D21/6/99
D15/4/06
D1/9/01
to:
D06/21/99
D04/15/06
D09/01/01
I'm using the UltraEdit 13.00+5 regexp engine.
It's probably really simple, but I've been battling for hours - even with the UE Help file!