|
String recipes for the Dart Cookbook.
More tweaks
Tweaks and formatting changes
Tweaks. Removed print statements.
Added Unicode string output to examples
Added 2 more recipes about using regExps.
Finding regExp matches.
Subsitituting strings based on regExps.
Added 2 more recipes.
Changing string case.
Determining if a string contains another string.
Added 3 more recipes.
Getting the length of a string.
Splitting strings.
subscripting strings.
Wrote recipe for trimming whitespace from a string
Added recipe for testing whether a string is empty.
Added recipe for converting between characters and numbers.
Wrote incrementally building a string using StringBuffer recipe
Wrote interpolating expressions recipe
Finalized text of concatenating strings recipe.
Moved tests for concatenating strings into own file.
Cleaned up system for aggregating tests.
Added tests for string recipes.
concatenating strings
interpolating expressions
converting between string characters and numerical codes
determining if string is empty
trimming whitespace from a string
getting the length of a string
subscripting a string that contains symbols
splitting a string
changing the case of a string
determining whether a string contains a substring
finding occurrences of a string inside another string
substituting strings based on regExp matches
BUG=
Total comments: 12
Total comments: 55
Total comments: 5
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+3785 lines, -0 lines) |
Patch |
 |
A |
book.asciidoc
|
View
|
1
2
3
4
5
|
1 chunk |
+825 lines, -0 lines |
0 comments
|
Download
|
 |
A |
book.html
|
View
|
1
2
3
4
5
|
1 chunk |
+1551 lines, -0 lines |
0 comments
|
Download
|
 |
A |
recipes/pubspec.lock
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
A |
recipes/pubspec.yaml
|
View
|
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
A |
recipes/src/core/strings.md
|
View
|
1
2
3
4
|
1 chunk |
+677 lines, -0 lines |
0 comments
|
Download
|
 |
A |
recipes/test/all_tests.dart
|
View
|
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
A |
recipes/test/core/core_test.dart
|
View
|
|
1 chunk |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
A |
recipes/test/core/strings/calculating_the_length_test.dart
|
View
|
1
2
3
4
|
1 chunk |
+39 lines, -0 lines |
0 comments
|
Download
|
 |
A |
recipes/test/core/strings/changing_string_case_test.dart
|
View
|
1
2
|
1 chunk |
+34 lines, -0 lines |
0 comments
|
Download
|
 |
A |
recipes/test/core/strings/concatenating_strings_test.dart
|
View
|
1
2
|
1 chunk |
+51 lines, -0 lines |
0 comments
|
Download
|
 |
A |
recipes/test/core/strings/converting_between_string_characters_test.dart
|
View
|
1
2
|
1 chunk |
+80 lines, -0 lines |
0 comments
|
Download
|
 |
A |
recipes/test/core/strings/determining_if_string_contains_test.dart
|
View
|
1
2
|
1 chunk |
+32 lines, -0 lines |
0 comments
|
Download
|
 |
A |
recipes/test/core/strings/determining_if_string_is_empty_test.dart
|
View
|
1
2
3
4
|
1 chunk |
+22 lines, -0 lines |
0 comments
|
Download
|
 |
A |
recipes/test/core/strings/escaping_characters_test.dart
|
View
|
1
2
3
|
1 chunk |
+37 lines, -0 lines |
0 comments
|
Download
|
 |
A |
recipes/test/core/strings/finding_regexp_matches_test.dart
|
View
|
1
2
|
1 chunk |
+27 lines, -0 lines |
0 comments
|
Download
|
 |
A |
recipes/test/core/strings/handling_extended_characters_test.dart
|
View
|
1
2
3
4
|
1 chunk |
+41 lines, -0 lines |
0 comments
|
Download
|
 |
A |
recipes/test/core/strings/incrementally_building_test.dart
|
View
|
1
2
3
4
|
1 chunk |
+71 lines, -0 lines |
0 comments
|
Download
|
 |
A |
recipes/test/core/strings/interpolating_expressions_test.dart
|
View
|
1
2
|
1 chunk |
+40 lines, -0 lines |
0 comments
|
Download
|
 |
A |
recipes/test/core/strings/processing_a_string_one_character_test.dart
|
View
|
1
2
3
4
|
1 chunk |
+62 lines, -0 lines |
0 comments
|
Download
|
 |
A |
recipes/test/core/strings/removing_leading_trailing_whitespace_test.dart
|
View
|
1
2
|
1 chunk |
+24 lines, -0 lines |
0 comments
|
Download
|
 |
A |
recipes/test/core/strings/splitting_strings_test.dart
|
View
|
1
2
|
1 chunk |
+33 lines, -0 lines |
0 comments
|
Download
|
 |
A |
recipes/test/core/strings/strings_test.dart
|
View
|
1
2
3
4
|
1 chunk |
+39 lines, -0 lines |
0 comments
|
Download
|
 |
A |
recipes/test/core/strings/subscripting_a_string_test.dart
|
View
|
1
2
|
1 chunk |
+29 lines, -0 lines |
0 comments
|
Download
|
 |
A |
recipes/test/core/strings/substituting_strings_test.dart
|
View
|
1
2
|
1 chunk |
+25 lines, -0 lines |
0 comments
|
Download
|
 |
A |
recipes/test/core/strings/using_raw_strings_test.dart
|
View
|
1
2
3
4
|
1 chunk |
+24 lines, -0 lines |
0 comments
|
Download
|
Total messages: 13 (0 generated)
|