Hello, i want to take a string like the example below:
[EXTERNAL] Training Complete: BOSS Advanced Curriculum for employee - 012345
i want to start at the end and split at the employee id. Was trying to read through the forum before i posted but could not find out how to start at the end of the string to grab what i need. the reason for starting at the end is that the word “employee” here will actually have the employee’s name so the number of characters will always be different leading up to the employee id.