Hi,
I have a String with value = 1.241.82
I want to replace only the first period (.) in the string with comma (,).
The first period can come anywhere in the string (like 12.41.82 or 124.1.82)
The index of the first period is dynamic.
I tried the below approach, but it did not work.
Any suggestion would be helpful
Thanks