title


Description:

public static string title (string? s)

Capitalize the first letter of each word.

Example:

    assert (Strings.title ("hello world") == "Hello World");

Parameters:

s

the string.

Returns:

title-cased string.