Thank you for posting query in Microsoft Q&A Platform.
Since Your numbers at then end of string, You can consider using split() function on top of string based spaces. This gives you array and then calculate length of it and then take last 3 index values to concatenate.
Please let me know how it goes.