Create the meditations of a string koan
Covers * String creation * String concatenation * Counting strings characters and getting them * Difference between chars and strings * Substrings * string/join w/ and w/o separators * string/split-lines * .indexOf and .lastIndexOf * string/trim * char? and string? * blank?
This commit is contained in:
@@ -10,9 +10,29 @@
|
||||
"hello"
|
||||
3]}]
|
||||
|
||||
["02_strings" {"__" [
|
||||
|
||||
]}]
|
||||
["02_strings" {"__" ["hello"
|
||||
"world"
|
||||
"Cool "
|
||||
"right?"
|
||||
0
|
||||
11
|
||||
false
|
||||
6 11
|
||||
"123"
|
||||
", "
|
||||
"1" "2" "3"
|
||||
"olleh"
|
||||
"hello"
|
||||
13
|
||||
-1
|
||||
"hello world"
|
||||
true
|
||||
false
|
||||
false
|
||||
"a"
|
||||
true
|
||||
true
|
||||
false]}]
|
||||
|
||||
["03_lists" {"__" [1 2 3 4 5
|
||||
1
|
||||
|
Reference in New Issue
Block a user