HH\Lib\Str\uppercase

Requires the Hack Standard Library to be installed.
Facebook Engineer?

This function is available as Str\uppercase() in Facebook's www repository.

Returns the string with all alphabetic characters converted to uppercase

namespace HH\Lib\Str;

function uppercase(
  string $string,
): string;

Parameters

  • string $string

Returns

  • string