When was 'tokenize' dropped from regexprep?

With R2016a I get this warning
>> regexprep( 'abc123def', '(\d{3})', '.$1.', 'tokenize' )
Warning: The 'tokenize' option for regexprep is now the default behavior.
ans =
abc.123.def
Which was the first release in which 'tokenize' was the default? I don't find 'tokenize' in the current documentation. Will it be dropped altogether?

 채택된 답변

Cedric
Cedric 2017년 10월 27일
편집: Cedric 2017년 10월 27일

1 개 추천

R14
You'll have to write a book about regexp after all these threads ;-)
EDIT: found it mentioned in the PDF release note "The MATLAB 7.0.4 Release Notes describe the changes introduced in the latest version of MATLAB for R14SP2" to be precise.

댓글 수: 2

per isakson
per isakson 2017년 10월 29일
편집: per isakson 2017년 10월 29일
Cedric, thanks for the reference.
MATLAB 7.0.4 Release Note: Default Tokenizing — The regexprep function
now tokenizes by default. There is no longer a 'tokenize' option
Cedric
Cedric 2017년 10월 30일
My pleasure, and let me know the ISBN if you publish anything ;-)

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Scope Variables and Generate Names에 대해 자세히 알아보기

질문:

2017년 10월 26일

댓글:

2017년 10월 30일

Community Treasure Hunt

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

Start Hunting!

Translated by