| Programming C# C++ (7) Delphi (617) Java (8) JavaScript (31) perl (9) mysql (3) perl CGI (3) php (4) 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:
| |||||||||||||||||||||||