Skip to content

Planet-Source-Code/gunti-uppercase-the-first-letter-of-every-word-inside-a-string-with-only-1-line-of-code__1-9368

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

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

Description

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.

More Info

Submitted On
By gunti
Level Beginner
User Rating 3.8 (15 globes from 4 users)
Compatibility VB 3.0, VB 4.0 (16-bit), VB 4.0 (32-bit), VB 5.0, VB 6.0, VB Script, ASP (Active Server Pages)
Category String Manipulation
World Visual Basic
Archive File

Source Code

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published