.toTitleCase()

Parent Previous Next

.toTitleCase()


Is added to the QtScript String object in the current Scripting session.


e.g.


 MySting.toTitleCase();


  var changed =  "some text".toTitleCase();


  twPan.alert(changed);


Would show "Some Text".


* David Gouch <http://individed.com>

* 23 May 2008

* Copyright (c) 2008 David Gouch

Created with the Personal Edition of HelpNDoc: Free PDF documentation generator