HH\Lib\Str\lowercase

Meta Engineer?

This is available as Str\lowercase in the www repository.

Returns the string with all alphabetic characters converted to lowercase

namespace HH\Lib\Str;

function lowercase(
  string $string,
): string;

Guide

Parameters

  • string $string

Returns

  • string