Hi,
I'm writing bug tracking software in PHP, and today I saw this in another bug tracker: http://bugs.php.net/bug.php?id=12017
Now I want to add a feature in my software which will block titles where at least 75% of all characters is uppercase.
How can I do this? Thanks,
P.S. CSS will not work, because, for example if you have the word 'iPod' in your title it turns into 'ipod' which sucks :)