ajaysimha6
(Ajay Simha)
1
Hi,
How to Perform the below String Manipulations using UIPath
Instr, Before After(Padding from Left to Right) and Replace with in string
1 Like
Hi
Stringvariable.padleft(lengthwewant,CChar(“character or number”))
Stringvariable.padright(lengthwewant,CChar(“character or number”))
Cheers @ajaysimha6
1 Like
Hi @ajaysimha6
You can read this article for your reference.
cheers 
Happy learning 
2 Likes