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