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:
Striking
2015-09-13 01:17:47 -05:00
parent e2a9f9556b
commit 5a836be75c
2 changed files with 91 additions and 5 deletions

View File

@@ -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