split

Splits a delimited string into a cell array.

You are now following this Submission

Splits a delimited string into a cell array. Example: split('_/', 'this_is___a_/_string/_//') returns {'this', 'is', 'a', 'string', []}.

Tested on MATLAB R12.1 and R13.

Cite As

Gerald Dalley (2026). split (https://au.mathworks.com/matlabcentral/fileexchange/4873-split), MATLAB Central File Exchange. Retrieved .

Acknowledgements

Inspired: rsplit

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.0.0.0