Skip to content

Remove the term "Built-in" from the String tutorials link text #562

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 7, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Language/Variables/Data Types/String/Functions/c_str.adoc
Original file line number Diff line number Diff line change
@@ -50,6 +50,6 @@ A pointer to the C-style version of the invoking String.
=== See also

[role="example"]
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[Built-in String Tutorials^]
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[String Tutorials^]
--
// SEE ALSO SECTION ENDS
2 changes: 1 addition & 1 deletion Language/Variables/Data Types/String/Functions/charAt.adoc
Original file line number Diff line number Diff line change
@@ -53,6 +53,6 @@ The n'th character of the String.
=== See also

[role="example"]
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[Built-in String Tutorials^]
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[String Tutorials^]
--
// SEE ALSO SECTION ENDS
Original file line number Diff line number Diff line change
@@ -57,6 +57,6 @@ Compares two Strings, testing whether one comes before or after the other, or wh
=== See also

[role="example"]
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[Built-in String Tutorials^]
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[String Tutorials^]
--
// SEE ALSO SECTION ENDS
2 changes: 1 addition & 1 deletion Language/Variables/Data Types/String/Functions/concat.adoc
Original file line number Diff line number Diff line change
@@ -54,6 +54,6 @@ Appends the parameter to a String.
=== See also

[role="example"]
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[Built-in String Tutorials^]
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[String Tutorials^]
--
// SEE ALSO SECTION ENDS
Original file line number Diff line number Diff line change
@@ -55,6 +55,6 @@ Tests whether or not a String ends with the characters of another String.
=== See also

[role="example"]
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[Built-in String Tutorials^]
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[String Tutorials^]
--
// SEE ALSO SECTION ENDS
2 changes: 1 addition & 1 deletion Language/Variables/Data Types/String/Functions/equals.adoc
Original file line number Diff line number Diff line change
@@ -52,6 +52,6 @@ Compares two Strings for equality. The comparison is case-sensitive, meaning the
=== See also

[role="example"]
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[Built-in String Tutorials^]
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[String Tutorials^]
--
// SEE ALSO SECTION ENDS
Original file line number Diff line number Diff line change
@@ -52,6 +52,6 @@ Compares two Strings for equality. The comparison is not case-sensitive, meaning
=== See also

[role="example"]
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[Built-in String Tutorials^]
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[String Tutorials^]
--
// SEE ALSO SECTION ENDS
Original file line number Diff line number Diff line change
@@ -54,6 +54,6 @@ None
=== See also

[role="example"]
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[Built-in String Tutorials^]
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[String Tutorials^]
--
// SEE ALSO SECTION ENDS
Original file line number Diff line number Diff line change
@@ -56,6 +56,6 @@ The index of val within the String, or -1 if not found.
=== See also

[role="example"]
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[Built-in String Tutorials^]
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[String Tutorials^]
--
// SEE ALSO SECTION ENDS
Original file line number Diff line number Diff line change
@@ -56,6 +56,6 @@ The index of val within the String, or -1 if not found.
=== See also

[role="example"]
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[Built-in String Tutorials^]
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[String Tutorials^]
--
// SEE ALSO SECTION ENDS
2 changes: 1 addition & 1 deletion Language/Variables/Data Types/String/Functions/length.adoc
Original file line number Diff line number Diff line change
@@ -51,6 +51,6 @@ The length of the String in characters.
=== See also

[role="example"]
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[Built-in String Tutorials^]
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[String Tutorials^]
--
// SEE ALSO SECTION ENDS
2 changes: 1 addition & 1 deletion Language/Variables/Data Types/String/Functions/remove.adoc
Original file line number Diff line number Diff line change
@@ -69,6 +69,6 @@ greeting.remove(2, 2); // greeting now contains "heo"
=== See also

[role="example"]
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[Built-in String Tutorials^]
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[String Tutorials^]
--
// SEE ALSO SECTION ENDS
Original file line number Diff line number Diff line change
@@ -55,6 +55,6 @@ None
=== See also

[role="example"]
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[Built-in String Tutorials^]
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[String Tutorials^]
--
// SEE ALSO SECTION ENDS
Original file line number Diff line number Diff line change
@@ -81,6 +81,6 @@ void loop() {
=== See also

[role="example"]
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[Built-in String Tutorials^]
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[String Tutorials^]
--
// SEE ALSO SECTION ENDS
Original file line number Diff line number Diff line change
@@ -55,6 +55,6 @@ None
=== See also

[role="example"]
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[Built-in String Tutorials^]
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[String Tutorials^]
--
// SEE ALSO SECTION ENDS
Original file line number Diff line number Diff line change
@@ -52,6 +52,6 @@ Tests whether or not a String starts with the characters of another String.
=== See also

[role="example"]
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[Built-in String Tutorials^]
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[String Tutorials^]
--
// SEE ALSO SECTION ENDS
Original file line number Diff line number Diff line change
@@ -56,6 +56,6 @@ The substring.
=== See also

[role="example"]
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[Built-in String Tutorials^]
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[String Tutorials^]
--
// SEE ALSO SECTION ENDS
Original file line number Diff line number Diff line change
@@ -54,6 +54,6 @@ None
=== See also

[role="example"]
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[Built-in String Tutorials^]
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[String Tutorials^]
--
// SEE ALSO SECTION ENDS
Original file line number Diff line number Diff line change
@@ -53,6 +53,6 @@ If no valid conversion could be performed because the String doesn't start with
=== See also

[role="example"]
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[Built-in String Tutorials^]
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[String Tutorials^]
--
// SEE ALSO SECTION ENDS
Original file line number Diff line number Diff line change
@@ -53,6 +53,6 @@ If no valid conversion could be performed because the String doesn't start with
=== See also

[role="example"]
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[Built-in String Tutorials^]
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[String Tutorials^]
--
// SEE ALSO SECTION ENDS
2 changes: 1 addition & 1 deletion Language/Variables/Data Types/String/Functions/toInt.adoc
Original file line number Diff line number Diff line change
@@ -53,6 +53,6 @@ If no valid conversion could be performed because the String doesn't start with
=== See also

[role="example"]
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[Built-in String Tutorials^]
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[String Tutorials^]
--
// SEE ALSO SECTION ENDS
Original file line number Diff line number Diff line change
@@ -51,6 +51,6 @@ None
=== See also

[role="example"]
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[Built-in String Tutorials^]
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[String Tutorials^]
--
// SEE ALSO SECTION ENDS
Original file line number Diff line number Diff line change
@@ -50,6 +50,6 @@ None
=== See also

[role="example"]
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[Built-in String Tutorials^]
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[String Tutorials^]
--
// SEE ALSO SECTION ENDS
2 changes: 1 addition & 1 deletion Language/Variables/Data Types/String/Functions/trim.adoc
Original file line number Diff line number Diff line change
@@ -51,6 +51,6 @@ None
=== See also

[role="example"]
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[Built-in String Tutorials^]
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[String Tutorials^]
--
// SEE ALSO SECTION ENDS
2 changes: 1 addition & 1 deletion Language/Variables/Data Types/String/Operators/append.adoc
Original file line number Diff line number Diff line change
@@ -55,6 +55,6 @@ None
=== See also

[role="example"]
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[Built-in String Tutorials^]
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[String Tutorials^]
--
// SEE ALSO SECTION ENDS
Original file line number Diff line number Diff line change
@@ -53,6 +53,6 @@ myString1 == myString2
=== See also

[role="example"]
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[Built-in String Tutorials^]
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[String Tutorials^]
--
// SEE ALSO SECTION ENDS
Original file line number Diff line number Diff line change
@@ -55,6 +55,6 @@ new String that is the combination of the original two Strings.
=== See also

[role="example"]
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[Built-in String Tutorials^]
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[String Tutorials^]
--
// SEE ALSO SECTION ENDS
Original file line number Diff line number Diff line change
@@ -57,6 +57,6 @@ myString1 != myString2
=== See also

[role="example"]
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[Built-in String Tutorials^]
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[String Tutorials^]
--
// SEE ALSO SECTION ENDS
Original file line number Diff line number Diff line change
@@ -59,6 +59,6 @@ The nth char of the String. Same as charAt().
=== See also

[role="example"]
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[Built-in String Tutorials^]
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[String Tutorials^]
--
// SEE ALSO SECTION ENDS
Original file line number Diff line number Diff line change
@@ -58,6 +58,6 @@ myString1 > myString2
=== See also

[role="example"]
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[Built-in String Tutorials^]
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[String Tutorials^]
--
// SEE ALSO SECTION ENDS
Original file line number Diff line number Diff line change
@@ -54,6 +54,6 @@ myString1 >= myString2
=== See also

[role="example"]
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[Built-in String Tutorials^]
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[String Tutorials^]
--
// SEE ALSO SECTION ENDS
Original file line number Diff line number Diff line change
@@ -53,6 +53,6 @@ myString1 < myString2
=== See also

[role="example"]
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[Built-in String Tutorials^]
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[String Tutorials^]
--
// SEE ALSO SECTION ENDS
Original file line number Diff line number Diff line change
@@ -59,6 +59,6 @@ myString1 <= myString2
=== See also

[role="example"]
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[Built-in String Tutorials^]
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[String Tutorials^]
--
// SEE ALSO SECTION ENDS
2 changes: 1 addition & 1 deletion Language/Variables/Data Types/stringObject.adoc
Original file line number Diff line number Diff line change
@@ -140,7 +140,7 @@ String stringOne = String(5.698, 3); // using a float and the d
* #LANGUAGE# link:../string/operators/differentfrom[!= (different from)]

[role="example"]
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[Built-in String Tutorials^]
* #EXAMPLE# https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[String Tutorials^]


// SEE ALSO SECTION STARTS