Handbook
Glossary
get-text-between ( text begin end -- c-string )
Vocabulary
raylib
Inputs
text
a
c-string
begin
a
c-string
end
a
c-string
Outputs
c-string
a
c-string
Word description
Get text between two strings
Definition
USING:
alien.c-types
alien.syntax
;
IN:
raylib
LIBRARY:
raylib
FUNCTION-ALIAS:
get-text-between
c-string
GetTextBetween
(
c-string
text,
c-string
begin,
c-string
end )