Which of the following is not a built-in string-checking function?

Highlights
팔로우


설문 종료

설문

Which of the following is not a built-in string-checking function?

isstring
11%
ischar
7%
iscellstr
13%
isletter
21%
isspace
9%
ispunctuation
37%
추천 수: 2455

참여하려면 로그인하세요
Atanu Bera
Atanu Bera 2024년 7월 10일
  • ischar: Checks if an input is a character array.
  • iscellstr: Checks if an input is a cell array of strings.
  • isletter: Checks if each character of an input is a letter.
  • isspace: Checks if each character of an input is a whitespace character.
  • ispunctuation: Checks if each character of an input is a punctuation mark.
So isstring function is not a built-in string-checking function
Yue Huang
Yue Huang 2024년 7월 22일
You almost got me
Rik
Rik 2024년 7월 10일

Except that it is: doc page.

simon
simon 2024년 7월 9일
I dont fu**ing know any of them, what's the correct answer?
Rik
Rik 2024년 7월 9일
Why don't you read the documentation? Or just try each of them? Or choose to *not* comment with an expletive...
the cyclist
the cyclist 2024년 5월 17일
The typo gave it away. :-)
DGM
DGM 2024년 5월 14일
I only ever use maybe two of these, but even still, there was prominent suspect in the lineup.
Adam Danz
Adam Danz 2024년 5월 13일
Great discoverability exercise!
Rik
Rik 2024년 5월 13일
I must admit there are two I don't know. In the interest of fairness and honesty I will register my vote first and then check the documentation.
goc3
Member of the Community Advisory Board since its inception | MATLAB enthusiast | Code optimizer | Software tester | Materials scientist / mechanical engineer by deg...
23
게시물s
272
답글s
16
팔로워

태그

아직 태그를 입력하지 않았습니다.

Go to top of page