PHP » GoLang |
login |
register |
about
|
GoLang IntlChar::isUAlphabetic
request it (315)
GoLang replacement for PHP's IntlChar::isUAlphabetic
[edit | history]
IntlChar::isUAlphabetic(PHP 7) IntlChar::isUAlphabetic — Check if code point has the Alphabetic Unicode property DescriptionCheck if a code point has the Alphabetic Unicode property. This is the same as IntlChar::hasBinaryProperty($codepoint, IntlChar::PROPERTY_ALPHABETIC) ParametersReturn Values
Returns ExamplesExample #1 Testing different code points
<?php The above example will output: bool(true) bool(false) bool(false) See Also
|
more
Recently updated
more
Most requested
more
Last requests
|