Regular Expressions using regexp
Mostrar comentarios más antiguos
Hello, I have some problem with understanding regexp expression
I have some names: ["T_24_UZK500.txt"; "FWD_T80_UZK500.txt"; "T80_UZK700.txt"]
how can I get numbers after "T" and after "UZK"?
I need a rule that will describe only the numbers after the designated patterns.
2 comentarios
Adam Danz
el 10 de Mayo de 2019
Are "T" and "UZK" the only possible letters in the names?
Eduard Mazur
el 10 de Mayo de 2019
Editada: Eduard Mazur
el 10 de Mayo de 2019
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Characters and Strings en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!