Reverse Token Order

버전 1.1.0.1 (1.6 KB) 작성자: Siddharth Shankar
Reverse the order of words in a string.
다운로드 수: 473
업데이트 날짜: 2016/9/1

라이선스 보기

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

인용 양식

Siddharth Shankar (2025). Reverse Token Order (https://kr.mathworks.com/matlabcentral/fileexchange/25474-reverse-token-order), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R2009b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Characters and Strings에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.1.0.1

Updated license

1.1.0.0

Added copyright notices.

1.0.0.0