Regular Expressions using regexp
Show older comments
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 Comments
Adam Danz
on 10 May 2019
Are "T" and "UZK" the only possible letters in the names?
Eduard Mazur
on 10 May 2019
Edited: Eduard Mazur
on 10 May 2019
Accepted Answer
More Answers (0)
Categories
Find more on Characters and Strings in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!