Site icon UK Essayz

C# Capitalizing Words

Write a program that uses regular expressions to convert the first letter of every word to uppercase. Have it do this for an arbitrary string input by the user.

Please use C# language and submit as a zip file.