regexp help when comparing strings
Mostrar comentarios más antiguos
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.
Respuesta aceptada
Más respuestas (1)
Chuguang Pan
el 9 de Dic. de 2019
0 votos
The function regexpi needs the second argument expression must be a regular expression!
About what is regular expression, you can refer to documentation.
Categorías
Más información sobre Characters and Strings en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!