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