Difference between revisions of "Mixly Block Category - Text"
From Microduino Wiki
(→String) |
(→String) |
||
Line 1: | Line 1: | ||
=String= | =String= | ||
− | Input a sequence of characters. Used to assign text to a String value type | + | Input a sequence of characters. Used to assign text to a String value type or as an input parameter that accepts String objects. |
Read more here: https://www.arduino.cc/en/Reference/String , https://www.arduino.cc/en/Reference/StringObject | Read more here: https://www.arduino.cc/en/Reference/String , https://www.arduino.cc/en/Reference/StringObject |
Revision as of 21:56, 15 February 2017
Contents
String
Input a sequence of characters. Used to assign text to a String value type or as an input parameter that accepts String objects.
Read more here: https://www.arduino.cc/en/Reference/String , https://www.arduino.cc/en/Reference/StringObject
Character
String Combination (Concatenation)
String to Number Datatype
Numberic Datatype to String
String Length
Character Access in String
String Content Comparison
- equals
- startsWith
- endsWith