Arabic suffix or prefix
조회 수: 1 (최근 30일)
이전 댓글 표시
HI
the code below is aiming to remove Arabic prefix but there is erroe
str = native2unicode('اليومين','UTF-8');
prefix=native2unicode( 'ال','UTF-8'); % The prefix to remove
suffix = 'ين'; % The suffix to remove
str = strrep(str,prefix, '')
댓글 수: 1
Asad (Mehrzad) Khoddam
2016년 10월 7일
편집: Asad (Mehrzad) Khoddam
2016년 10월 7일
What version of Matlab do you have?
It works fine for me
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Characters and Strings에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!