How to trim string in uipath

Hii
String= Name_ID_Loc_Live
I want _Loc to be trimed

hello @KarthikBallary

try this
Name_ID_Loc_Live.Replace(“_Loc”,“”)

Thanks

2 Likes

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.