<p>Converts the entered phrase to the title case format used by Qt: prepositions of less than 5 letters are lowercase unless at the end of a sentence.</p>
<p>This script does not perform grammatical analysis, and therefore it might be wrong at times... Use your judgement, and if possible fix the script.</p>
<formid="tester"action="">
<p>
<inputid="untitled"type="text"value="Turn me into a title"/>
<p>Derived from <ahref="http://individed.com/code/to-title-case/">http://individed.com/code/to-title-case/</a> written by David Gouch after John Gruber's <ahref="http://daringfireball.net/2008/08/title_case_update">post</a></p>