Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+1 vote
300 views
in Q2A Core by
edited by

I am trying to understand (find in the code) how q2a filters the tags and remove special characters.

When posting e.g. "graph! dogs# test? test2` " it results in a cleaned tagstring:

graph dogs# test test2

But I cannot find the function in the code doing it.

I found only:
- qa_post_tags_to_tagstring($tags)
- qa_tags_to_tagstring()

But these functions are only splitting the tagstring.

Please log in or register to answer this question.

...