Handbook
Glossary
text-replace-between-alloc ( text begin end replacement -- c-string )
Vocabulary
raylib
Inputs
text
a
c-string
begin
a
c-string
end
a
c-string
replacement
a
c-string
Outputs
c-string
a
c-string
Word description
Replace text between two specific strings
Warning
Memory must be MemFree()!
Definition
USING:
alien.c-types
alien.syntax
;
IN:
raylib
LIBRARY:
raylib
FUNCTION-ALIAS:
text-replace-between-alloc
c-string TextReplaceBetweenAlloc
(
c-string
text,
c-string
begin,
c-string
end,
c-string
replacement )