| Programming C# C++ (7) Delphi (604) Java (8) JavaScript (55) perl (40) mysql (3) perl CGI (3) php (12) VBScript (1) Visual Basic (1) |
Capitalize all the words in a string?
Question: How do I capitalize all the words in a string?Answer: You could write a few lines of code or simply use a regular expression. The second solution might be more what you're looking for.
Comments:
|