I have a requirement where i need to find out a date in a specific string which is not always in a same column.
In the below mentioned strings i need to just pull the date alone which is not stays in same column and i thought of using U/A to find the dates.
Please suggest me a way to find the dates here in the below string.
Example.
Example1: xxxxxxxxxxxxxxxx U/A 01/012015 xxxxxxxxx
Example2: XXXXXXXXU/AXXXXXXXXXXU/A 01/04/12 XXXXXXXXXX
Example3: XXXXXXXXXXXXXXXX U/A 10/19/13 XXXXXXXXXXXX U/A XXXXXX
Example2: XXXXXXXXU/AXXXXXXXXXXU/A 01/04/12 XXXXXXXXXX
Example3: XXXXXXXXXXXXXXXX U/A 10/19/13 XXXXXXXXXXXX U/A XXXXXX
coded for better readability
Thanks !