PHP » GoLang |
login |
register |
about
|
GoLang IntlChar::isUUppercase
request it (355)
GoLang replacement for PHP's IntlChar::isUUppercase
[edit | history]
IntlChar::isUUppercase(PHP 7) IntlChar::isUUppercase — Check if code point has the Uppercase Unicode property DescriptionCheck if a code point has the Uppercase Unicode property. This is the same as IntlChar::hasBinaryProperty($codepoint, IntlChar::PROPERTY_UPPERCASE)
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
|