Popular recipes by sky kok http://code.activestate.com/recipes/users/4188838/2014-01-05T14:11:00-08:00ActiveState Code RecipesRecapitalize word in the beginning of every sentence (Python) 2014-01-05T14:11:00-08:00sky kokhttp://code.activestate.com/recipes/users/4188838/http://code.activestate.com/recipes/578796-recapitalize-word-in-the-beginning-of-every-senten/ <p style="color: grey"> Python recipe 578796 by <a href="/recipes/users/4188838/">sky kok</a> (<a href="/recipes/tags/regex/">regex</a>). Revision 2. </p> <p>Recapitalizes text, placing caps after end-of-sentence punctuation. Turning "hello world. how are you?" to "Hello world. How are you?"</p>