Open Issues Need Help
View All on GitHub [Feature]: create a string_upper and string_lower function to get a string in all upper/lower case about 1 hour ago
AI Summary: This GitHub issue proposes adding two new utility functions, `string_upper` and `string_lower`, to convert a given string to its uppercase or lowercase equivalent, respectively. The functions are expected to take a `String` pointer as input and return a `char` pointer to the newly converted string.
Complexity:
2/5
enhancement good first issue
[Feature]: create a string_clone function about 2 hours ago
AI Summary: The issue proposes adding a new utility function, `string_clone`, designed to create a deep copy of an existing `String` object. The function signature `String *string_clone(String *str)` indicates it will take a pointer to a `String` and return a pointer to a newly allocated, identical `String`.
Complexity:
2/5
enhancement good first issue