This plugin capitalizes the first letter in every word in the selected text from the document. Only the first letter is affected, the rest of the word remains unchanged. If the first character in the word is not a letter then this plugin has no effect. The words are considered to be separated by at least one whitespace.

After installing the plugin it can be accessed through the editor's contextual menu by choosing Plugins->Form Words.

Example:

Input:
	this is a sample.
Result:
	This Is A Sample.