regexp help when comparing strings
Mostra commenti meno recenti
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.
Risposta accettata
Più risposte (1)
Chuguang Pan
il 9 Dic 2019
0 voti
The function regexpi needs the second argument expression must be a regular expression!
About what is regular expression, you can refer to documentation.
Categorie
Scopri di più su Characters and Strings in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!