Reverse Token Order

Reverse the order of words in a string.
472 Downloads
Updated 1 Sep 2016

View License

This function reverses the order of words in a string. This function is not to be confused with FLIPLR which flips the left-right order of characters in a string.
For example:

reverseTokenOrder('Accelerating the pace of engineering and science')

ans =

science and engineering of pace the Accelerating

Cite As

Siddharth Shankar (2024). Reverse Token Order (https://www.mathworks.com/matlabcentral/fileexchange/25474-reverse-token-order), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2009b
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Characters and Strings in Help Center and MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.1.0.1

Updated license

1.1.0.0

Added copyright notices.

1.0.0.0