I posted a string splitting issue earlier today that lbass was able to assist me with (thanks again lbass!) and am hoping someone can help me again with this new one.
Below is an example of the type of string I need to split.
I need to extract the last entry which would be everything after the last set of numbers.
==EXAMPLE OF DATA==
1189792638JAMES SMITHPer Kellie on 9/14 - need notification - will be working with Al Ramos on this.1190301788KELLIE JONESSpoke to the BU and they have put a plan in place to reduce the size of the mailboxes. They are planning to be complete by October 8th.1190992782JAMES SMITHPer Kellie on 9/28, the BU has been doing a great job of getting the mailbox sizes cleaned up.
==END==
In this case I would want to see,
JAMES SMITHPer Kellie on 9/28, the BU has been doing a great job of getting the mailbox sizes cleaned up.
I'm not a programmer, so I'm having major challenges here. Thanks in advance for any help.
I'm using CR10, Oracle database
Below is an example of the type of string I need to split.
I need to extract the last entry which would be everything after the last set of numbers.
==EXAMPLE OF DATA==
1189792638JAMES SMITHPer Kellie on 9/14 - need notification - will be working with Al Ramos on this.1190301788KELLIE JONESSpoke to the BU and they have put a plan in place to reduce the size of the mailboxes. They are planning to be complete by October 8th.1190992782JAMES SMITHPer Kellie on 9/28, the BU has been doing a great job of getting the mailbox sizes cleaned up.
==END==
In this case I would want to see,
JAMES SMITHPer Kellie on 9/28, the BU has been doing a great job of getting the mailbox sizes cleaned up.
I'm not a programmer, so I'm having major challenges here. Thanks in advance for any help.
I'm using CR10, Oracle database