How To replace multiple arguments with different arguments

strDate = “UiPath, RPA.Developer”

I want to replace . Dot where is comma, and in .dot replace with comma
How ?

Replace in place of comma Dot. And in place of . Replace comma
Cheers

Quick Dirty approach:
grafik

But when a dot/comma replacement is driven, due to handle different Formats e.g Number formats then we would recommend to handle it with proper parsing and string output reformats instead

1 Like