added example page URLS to String examples

This commit is contained in:
Tom Igoe 2010-08-11 21:56:28 +00:00
parent 564fd29edd
commit cbc52cbe3c
12 changed files with 24 additions and 0 deletions

View File

@ -7,6 +7,8 @@
created 27 July 2010 created 27 July 2010
by Tom Igoe by Tom Igoe
http://arduino.cc/en/Tutorial/StringAdditionOperator
This example code is in the public domain. This example code is in the public domain.
*/ */

View File

@ -6,6 +6,8 @@
created 27 July 2010 created 27 July 2010
by Tom Igoe by Tom Igoe
http://arduino.cc/en/Tutorial/StringAppendOperator
This example code is in the public domain. This example code is in the public domain.
*/ */
String stringOne, stringTwo; String stringOne, stringTwo;

View File

@ -6,6 +6,8 @@
created 27 July 2010 created 27 July 2010
by Tom Igoe by Tom Igoe
http://arduino.cc/en/Tutorial/StringCaseChanges
This example code is in the public domain. This example code is in the public domain.
*/ */

View File

@ -6,6 +6,8 @@
created 27 July 2010 created 27 July 2010
by Tom Igoe by Tom Igoe
http://arduino.cc/en/Tutorial/StringCharacters
This example code is in the public domain. This example code is in the public domain.
*/ */

View File

@ -6,6 +6,8 @@
created 27 July 2010 created 27 July 2010
by Tom Igoe by Tom Igoe
http://arduino.cc/en/Tutorial/StringComparisonOperators
This example code is in the public domain. This example code is in the public domain.
*/ */

View File

@ -6,6 +6,8 @@
created 27 July 2010 created 27 July 2010
by Tom Igoe by Tom Igoe
http://arduino.cc/en/Tutorial/StringConstructors
This example code is in the public domain. This example code is in the public domain.
*/ */

View File

@ -6,6 +6,8 @@
created 27 July 2010 created 27 July 2010
by Tom Igoe by Tom Igoe
http://arduino.cc/en/Tutorial/StringIndexOf
This example code is in the public domain. This example code is in the public domain.
*/ */

View File

@ -7,6 +7,8 @@
created 1 Aug 2010 created 1 Aug 2010
by Tom Igoe by Tom Igoe
http://arduino.cc/en/Tutorial/StringLengthTrim
This example code is in the public domain. This example code is in the public domain.
*/ */
String txtMsg = ""; // a string for incoming text String txtMsg = ""; // a string for incoming text

View File

@ -6,6 +6,8 @@
created 27 July 2010 created 27 July 2010
by Tom Igoe by Tom Igoe
http://arduino.cc/en/Tutorial/StringLengthTrim
This example code is in the public domain. This example code is in the public domain.
*/ */

View File

@ -6,6 +6,8 @@
created 27 July 2010 created 27 July 2010
by Tom Igoe by Tom Igoe
http://arduino.cc/en/Tutorial/StringReplace
This example code is in the public domain. This example code is in the public domain.
*/ */

View File

@ -6,6 +6,8 @@
created 27 July 2010 created 27 July 2010
by Tom Igoe by Tom Igoe
http://arduino.cc/en/Tutorial/StringStartsWithEndsWith
This example code is in the public domain. This example code is in the public domain.
*/ */

View File

@ -6,6 +6,8 @@
created 27 July 2010 created 27 July 2010
by Tom Igoe by Tom Igoe
http://arduino.cc/en/Tutorial/StringSubstring
This example code is in the public domain. This example code is in the public domain.
*/ */