VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Uppercase The First Letter Of Every Word Inside A String With Only 1 Line Of Code

by gunti (6 Submissions)
Category: String Manipulation
Compatability: Visual Basic 3.0
Difficulty: Beginner
Date Added: Wed 3rd February 2021
Rating: (4 Votes)

This will uppercase the first letter of a every word in a string. For Example "this is a string" -> "This Is A String".
You need only 1 line of code.

Rate Uppercase The First Letter Of Every Word Inside A String With Only 1 Line Of Code

'Here it is (example with msgbox)
MsgBox StrConv("do you think this is usefull ? i do.", vbProperCase)

Download this snippet    Add to My Saved Code

Uppercase The First Letter Of Every Word Inside A String With Only 1 Line Of Code Comments

No comments have been posted about Uppercase The First Letter Of Every Word Inside A String With Only 1 Line Of Code. Why not be the first to post a comment about Uppercase The First Letter Of Every Word Inside A String With Only 1 Line Of Code.

Post your comment

Subject:
Message:
0/1000 characters