IntlChar::islower

IntlChar::islower

(PHP 7)

IntlChar::islowerCheck if code point is a lowercase letter

Description

public static bool IntlChar::islower ( mixed $codepoint )

Determines whether the specified code point has the general category "Ll" (lowercase letter).

Note:

This misses some characters that are also lowercase but have a different general category value. In order to include those, use IntlChar::isULowercase().