Regular expression forward slash clarification
显示 更早的评论
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 '>'".
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Characters and Strings 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!