FutureProg functions
textbetween
Text textbetween(Text text, Text start, Text end)
Contexts: computer function, computer program, standard futureprog
Returns the text between the first start marker and following end marker, ignoring marker case, or blank if either marker is absent.
text: The text value to inspect
start: The starting marker
end: The ending marker
Contexts: computer function, computer program, standard futureprog
Returns the text between the first start marker and following end marker, ignoring marker case, or blank if either marker is absent.
text: The text value to inspect
start: The starting marker
end: The ending marker