text-replace-between-alloc ( text begin end replacement -- c-string )


Vocabulary
raylib

Inputs
texta c-string
begina c-string
enda c-string
replacementa c-string


Outputs
c-stringa c-string


Word description
Replace text between two specific strings

Warning
Memory must be MemFree()!


Definition


LIBRARY: raylib FUNCTION-ALIAS: text-replace-between-alloc
c-string TextReplaceBetweenAlloc
( c-string text, c-string begin, c-string end, c-string
replacement )