Regular expression forward slash clarification
Mostra commenti meno recenti
In looking over the regular expression page (<http://www.mathworks.com/help/matlab/ref/regexp.html)>, in the section describing the modes for quantifiers, the '/' symbol is introduced in a regexp, but not discussed at all. Could someone tell me what its purpose is in the expression '</?t.*>'? What I understand so far is "one '<'; whatever the slash is, repeated 0 or 1 times; one 't'; any number of characters; one '>'".
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Characters and Strings in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!