regexp help when comparing strings
이전 댓글 표시
Hi, I am having trouble with regexp. Why the following expresseion returns empty array ?
regexpi ('a4126643_farfield_(f=2.4)','a4126643_farfield_(f=2.4)')
ans =
[]
Strings which are compared are identical.
채택된 답변
추가 답변 (1개)
Chuguang Pan
2019년 12월 9일
0 개 추천
The function regexpi needs the second argument expression must be a regular expression!
About what is regular expression, you can refer to documentation.
카테고리
도움말 센터 및 File Exchange에서 Characters and Strings에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!