You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Striking 5a836be75c 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?
9 years ago
..
01_equalities.clj replaced "foo" examples with "hello" 9 years ago
02_strings.clj Create the meditations of a string koan 9 years ago
03_lists.clj Change file/ns names for everything and add 02_strings 9 years ago
04_vectors.clj Change file/ns names for everything and add 02_strings 9 years ago
05_sets.clj Change file/ns names for everything and add 02_strings 9 years ago
06_maps.clj Change file/ns names for everything and add 02_strings 9 years ago
07_functions.clj Change file/ns names for everything and add 02_strings 9 years ago
08_conditionals.clj Change file/ns names for everything and add 02_strings 9 years ago
09_higher_order_functions.clj Change file/ns names for everything and add 02_strings 9 years ago
10_runtime_polymorphism.clj Change file/ns names for everything and add 02_strings 9 years ago
11_lazy_sequences.clj Change file/ns names for everything and add 02_strings 9 years ago
12_sequence_comprehensions.clj Change file/ns names for everything and add 02_strings 9 years ago
13_creating_functions.clj Change file/ns names for everything and add 02_strings 9 years ago
14_recursion.clj Change file/ns names for everything and add 02_strings 9 years ago
15_destructuring.clj Change file/ns names for everything and add 02_strings 9 years ago
16_refs.clj Change file/ns names for everything and add 02_strings 9 years ago
17_atoms.clj Change file/ns names for everything and add 02_strings 9 years ago
18_macros.clj Change file/ns names for everything and add 02_strings 9 years ago
19_datatypes.clj Change file/ns names for everything and add 02_strings 9 years ago
20_java_interop.clj Change file/ns names for everything and add 02_strings 9 years ago
21_partition.clj Change file/ns names for everything and add 02_strings 9 years ago
22_group_by.clj Change file/ns names for everything and add 02_strings 9 years ago
23_meta.clj Change file/ns names for everything and add 02_strings 9 years ago