String Operations Instr

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 :smiley:

Happy learning :smiley:

2 Likes