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