Minimum content length checks are inconsistent

I wanted to answer a question with one word.
The frontend did immediately complain I need at least 20 characters.
I then added some more characters and some points, so that exactly 20 characters were present and tried to submit again.
Now the frontend was happy and sent the request, but then the backend complained that I need at least 20 characters.
It seems the backend filters out dots, as adding 10 more dots did also not help, but having garbage characters and parentheses did work.
Sometimes I do (iii) was finally accepted by frontend and backend.
It seems one dot is considered, because Sometimes I do that. was accepted too.

1 Like