While testing a chatbot , I noticed that in chat writing
\(, \), \[, or \]
will result in
(, ), [, or ]
respectively, instead of being passed literally.
This behavior doesn't apply to any other character I tried:
\{, \}, \s, \' etc
will all properly result in literal equivalents: \{, \} etc.
Does this happen on purpose, and if so, why?