Remove space between apostrophe in a string

Hi great minds I am stuck removing space between this apostrophe and s image . Your idea is appreciated. I want it appear like this: liamb’s

Hi @RPA-botDev

use Name Variable.Replace(" “,”").ToString

image

Regards,
Gulshiyaa

1 Like

How do I make Justin nora 's to be Justin nora’s using that same approach

If You want to do this for a particular name .here is the code

name.Remove(11,1)

but if you want for dynamic names.here is the code

image

Here def_length is a integer type
so now you can use for any names

If this’s your solution please mark as solution

Thank You
Regards,
Gulshiyaa

2 Likes

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