We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8b81883 + bf8e20d commit e8941d5Copy full SHA for e8941d5
Language/Variables/Data Types/String/Functions/toUpperCase.adoc
@@ -17,7 +17,7 @@ subCategories: [ "StringObject Function" ]
17
18
[float]
19
=== Description
20
-Get an upper-case version of a String. As of 1.0, toUpperCase() modifies the string in place rather than returning a new one.
+Get an upper-case version of a String. As of 1.0, toUpperCase() modifies the String in place rather than returning a new one.
21
[%hardbreaks]
22
23
@@ -55,4 +55,4 @@ None
55
[role="example"]
56
* #EXAMPLE# link: https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[Built-in String Tutorials]
57
--
58
-// SEE ALSO SECTION ENDS
+// SEE ALSO SECTION ENDS
0 commit comments