Skip to content

Add replace functions #7

@davidgaspardev

Description

@davidgaspardev

Add replace and replace_all function with the following signature:

int replace(char *source, char *old, char *new, char *destine);
int replace_all(char *source, char *old, char *new, char *destine);

Metadata

Metadata

Labels

enhancementNew feature or request

Projects

Status

Todo

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions