PHP » GoLang |
login |
register |
about
|
GoLang IntlChar::islower
request it (377)
GoLang replacement for PHP's IntlChar::islower
[edit | history]
IntlChar::islower(PHP 7) IntlChar::islower — Check if code point is a lowercase letter DescriptionDetermines whether the specified code point has the general category "Ll" (lowercase letter).
ParametersReturn Values
Returns ExamplesExample #1 Testing different code points
<?php The above example will output: bool(false) bool(true) bool(false) bool(true) bool(false) See Also
|
more
Recently updated
more
Most requested
more
Last requests
|