Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add more string methods #214

Merged
merged 4 commits into from
Oct 11, 2022
Merged

Add more string methods #214

merged 4 commits into from
Oct 11, 2022

Conversation

marcauberer
Copy link
Member

@marcauberer marcauberer commented Oct 10, 2022

  • Add find(string) method for strings
  • Start implementing replace(string*, string, string) and replaceAll(string*, string, string)
  • Make vector, queue, stack, linked-list and doubly-linked-list only allocate the required space
  • Enable pointer return types

@marcauberer marcauberer added the enhancement New feature or request label Oct 10, 2022
@marcauberer marcauberer added this to the 0.12.0 milestone Oct 10, 2022
@marcauberer marcauberer self-assigned this Oct 10, 2022
@marcauberer marcauberer marked this pull request as ready for review October 10, 2022 22:13
@marcauberer marcauberer requested review from a team as code owners October 10, 2022 22:13
@marcauberer marcauberer merged commit ec3eb03 into main Oct 11, 2022
@marcauberer marcauberer deleted the feature/more-string-methods branch October 11, 2022 19:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request size/L
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant