I found a superfluous backslash symbol (\) before the comma symbol in my tag set emails from stackexchange.com. For example, one of the questions has the following title:

iPhone app's Core Data\, after upgrade to App Store?

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

Chalk another one up for regular expressions: we weren't backslash-escaping "-" in our regex for escaping markdown characters in question titles. This is fixed now.

link|improve this answer
feedback

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged