0 votes
in Arduino by
How to convert string to upper case?

1 Answer

0 votes
by

The my_str.toUpperCase() function is used to convert string to upper case.

...