cancel
Showing results for 
Search instead for 
Did you mean: 

Explain replaceString Functions

Former Member
0 Kudos

Hi Experts,

Can you please explain me with an example of replaceString functions in strings.

I am getting confussed here with this.

Thanks,

Ravi

View Entire Topic
Former Member

Hi Ravi,

Understand replaceString in this way.

Suppose Input is coming as RaviBoppanna and you want only Boppanna should come out as Output.

Replace string will take 3 input values.

X : String in which something is to be replaced :-Your Input String here is RaviBoppanna.

Y: String to be replaced in X:-

Z: String to replace Y:-

Now see the mapping:-

OutPut:-


Regards,

Abhi