How do I use regexpi on a phrase that has a "*"?

2 vues (au cours des 30 derniers jours)
Megna Hari
Megna Hari le 4 Août 2014
Commenté : Ben11 le 4 Août 2014
If * is used as a wildcard in regexp, how do I match to a phrase that has a star in it?
texta=find(~cellfun(@isempty, regexpi(Lines,'^text*, 'match')));
Instead of giving me the lines that have "text*" written out, it gives me all the lines :(

Réponse acceptée

Ben11
Ben11 le 4 Août 2014
If I understood right using \* instead of * should work.
  2 commentaires
Megna Hari
Megna Hari le 4 Août 2014
Thank you!!!
Ben11
Ben11 le 4 Août 2014
My pleasure!

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Characters and Strings dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by