Hi,
I have a requirement that when the string starts with 1, I need to replace first letter 1 with Alphabet ‘I’. Can anyone help me with replacing only first letter with another letter. Thanks!
Input - 111IF
Output should be - I11IF
Regards,
Divya.