Hi,
How to Perform the below String Manipulations using UIPath
Instr, Before After(Padding from Left to Right) and Replace with in string
Hi,
How to Perform the below String Manipulations using UIPath
Instr, Before After(Padding from Left to Right) and Replace with in string
Hi
Stringvariable.padleft(lengthwewant,CChar(“character or number”))
Stringvariable.padright(lengthwewant,CChar(“character or number”))
Cheers @ajaysimha6