Thread: Regex examples
View Single Post
Old 08-31-2014, 11:23 AM   #410
ReaderRabbit
Member
ReaderRabbit began at the beginning.
 
ReaderRabbit's Avatar
 
Posts: 24
Karma: 10
Join Date: Mar 2011
Location: Colorado
Device: Cruz Tablet
Smile YEA! That worked :o}

Quote:
Originally Posted by eschwartz View Post
Reread my regex. I did think of that.

Nitpick: I used an optional capture group, which includes a space (because as a general idea, I like demanding spaces after the tag name and before the attribute, to avoid matching the wrong tags) -- but your regex does not need a ? because the star already covers that.
Thank you all for looking into this error for me.
ReaderRabbit is offline   Reply With Quote