This is a generalised Function that will return a String in Proper Case [Camel Case]. Means Afetr every space, first later will be in UPPER Case.
Example:
Input String: 'microSoft sql server'
Output String: 'Microsoft Sql Server'
2007-10-02 (first published: 2002-06-20)
15,451 reads