text-replace-alloc ( text search replacement -- c-string )


Vocabulary
raylib

Inputs
texta c-string
searcha c-string
replacementa c-string


Outputs
c-stringa c-string


Word description
Replace text string with new string

Warning
Memory must be MemFree()!


Definition


LIBRARY: raylib FUNCTION-ALIAS: text-replace-alloc c-string
TextReplaceAlloc
( c-string text, c-string search, c-string replacement )