text-replace-between ( 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

Definition


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