Regular expression forward slash clarification
Show older comments
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 '>'".
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!