How to get the last num from string

Ex: 42 6,048 41,580
Ex: Editors of the English Wikipedia have pioneered
this is in string1 i need to get 41,580 value . Similarly i need to get last value of string 2 which is Pioneered

I got the soultion used last() method

Hi @Kniranjan555 ,

Check with the below Expression :

Split(yourTextVar).Last

you can do with “youvar.last”

Hi @Kniranjan555 ,
You can get last character or last numeric character?
if last character
you can use
Right(text, 1)
Ex:
text: 42 6,048 41,580
→ output: 0