HH\Lib\Str\lowercase

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

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

Returns the string with all alphabetic characters converted to lowercase

namespace HH\Lib\Str;

function lowercase(
  string $string,
): string;

Parameters

  • string $string

Returns

  • string