Documentation

toUpperCase()

Transforms the string to uppercase.

toUpperCase(): this;

Return value

This builder, for chaining.

Related