Skip to contents

Replace text string (WARNING: memory must be freed!).

Usage

text_replace(text, replace, by)

Arguments

text

A string.

replace

A string.

by

A string.

Value

A string

Note

This function has been auto-generated from the following Raylib function definition:

char *TextReplace(char *text, const char *replace, const char *by);