You shouldn’t want to do X. Here are all the reasons X isn’t good. We don’t support X and your thinking is wrong.
With these people you just have to ask basic questions and hide your thought process. They will use whatever extra info you give them to avoid having to do any actual work/ problem solving
def symbols_regex
/[\ -\/\[-\`\:-\@\{-\~]/m
end
def seems_pronounceable?
# At least some non-symbol characters
# (We don't have a comprehensive list of symbols, but this will eliminate some noise)
@text.gsub(symbols_regex, '').size > 0
end
You can’t have a post size lower than 1 for obvious reasons you need to submit something. But this function removes certain symbols like ? Then counts. Getting 0 for the post size.