Extract substring before specified position
extracts
the substring that begins with the first character of newStr
= extractBefore(str
,endStr
)str
and
ends before endStr
. If endStr
occurs
multiple times in str
, then newStr
is str
from
the start of str
up to the first occurrence of endStr
If str
is an array that contains multiple
pieces of text, then extractBefore
extracts substrings
from each element of str
. The output argument newStr
is
the same size as str
.
count
| erase
| eraseBetween
| extractAfter
| extractBetween
| insertAfter
| insertBefore
| join
| replace
| replaceBetween
| size
| split
| strlength