HI @lq_c
You can try with Regex Expression
System.Text.RegularExpressions.Regex.Replace(YourString,"\d*$","").Tostring.Trim


Regards
Gokul
HI @lq_c
You can try with Regex Expression
System.Text.RegularExpressions.Regex.Replace(YourString,"\d*$","").Tostring.Trim


Regards
Gokul