Parse Strings Using Delimiters

These two functions parse a string or cell array of strings based on one or more delimiters.

您现在正在关注此提交

These two functions parse a string (character array) or cell array of strings based on one or more delimiters. I designed it as a replacement for strtok.m because it did not meet my expectations or requirements as a string parsing function. These functions no doubt require further enhancement and refinement so any suggestions you might have would be welcome.

引用格式

Jeff Jackson (2026). Parse Strings Using Delimiters (https://ww2.mathworks.cn/matlabcentral/fileexchange/17999-parse-strings-using-delimiters), MATLAB Central File Exchange. 检索时间: .

一般信息

MATLAB 版本兼容性

  • 兼容任何版本

平台兼容性

  • Windows
  • macOS
  • Linux
版本 已发布 发行说明 Action
1.0.0.0

I updated the code based on the comments given. Thanks again Jos.