Extract substrings after specified positions
extracts the substring that begins after the substring specified by
newStr
= extractAfter(str
,pat
)pat
and ends with the last character of
str
. If pat
occurs multiple times in
str
, then newStr
is str
from the first occurrence of pat
to the end.
If str
is a string array or a cell array
of character vectors, then extractAfter
extracts
substrings from each element of str
. The output
argument newStr
has the same data type as str
.
asManyOfPattern
| count
| erase
| extract
| extractBefore
| extractBetween
| insertAfter
| insertBefore
| join
| pattern
| replace
| split
| strlength
| wildcardPattern