-
-
Notifications
You must be signed in to change notification settings - Fork 217
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixed special char display problem #24
Conversation
@aharshac Thank you for your contribution. I will review this one once I reach my home. |
We need to display the single quotes and double quotes in the question title... Will it be replaced by this regex? |
@gautamkrishnar, no I haven't fixed that because I didn't know your exact requirements at that time. Please send them to me. |
We need to display the double quotes and single quotes in the question title. Please modify the regular expression to ignore that too... Also all the common punctuators and separators used in programming languages. |
Please read the thread in Collaborizm. I've explained a possible fix there. |
@aharshac okay let me check! |
@aharshac I saw your reply on collaborizm, can you fix it yourself?. Please don't add any new dependencies, |
Ok. I'll push by tonight. |
Thank you for your contribution. I had made some updates to execute the |
Fixes: #22