Skip to content

Commit 4648a21

Browse files
authored
Update README.md
1 parent 3539989 commit 4648a21

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ If there are any issues with <b>complexity</b> please <b>open an issue</b>
8888
| deinit | De-allocates the String |
8989
| find | Finds first string literal appearance |
9090
| rfind | Finds last string literal appearance |
91+
| includesLiteral | Whether or not the provided literal is in the String |
92+
| includesString | Whether or not the provided String is within the String |
9193
| init | Creates a String with an Allocator |
9294
| init_with_contents | Creates a String with specified contents |
9395
| insert | Inserts a character at an index |

0 commit comments

Comments
 (0)