% -*- texinfo -*- % @deftypefn {Function File} {[@var{s}] =} strsplit (@var{p}, @var{sep}, @var{strip_empty}) % Split a single string using one or more delimiters and return a cell % array of strings. Consecutive delimiters and delimiters at % boundaries result in empty strings, unless @var{strip_empty} is true. % The default value of @var{strip_empty} is false. % @seealso{strtok} % @end deftypefn