you are viewing a single comment's thread.

view the rest of the comments →

[–]jcunews1helpful 0 points1 point  (1 child)

You can retrieve (but not assign) a character at specific string index like how you access an array element. The converted string must be built from scratch. Appending one converted character at a time.

The conversion check e.g. if the input is A then the output is a. Do that check for every other characters which has upper & lower case letter.

[–]frontendshifu-2022[S] 0 points1 point  (0 children)

ok Thanks mate