regexp(a,exp) related question.
Show older comments
a=<img src="images/flags/.gif" border=0 alt="">Country
want to get only Country using regexp and if any other function kindly mention it.
Country word will different for the next one.Use general statement .
thanks ....
Accepted Answer
More Answers (1)
Robert Cumming
on 21 Jul 2014
0 votes
you could use strfind to find the end of the html string, then parse the end of the string to get the Country.
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!