PHP » GoLang |
login |
register |
about
|
GoLang IntlChar::isWhitespace
request it (399)
GoLang replacement for PHP's IntlChar::isWhitespace
[edit | history]
IntlChar::isWhitespace(PHP 7) IntlChar::isWhitespace — Check if code point is a whitespace character according to ICU DescriptionDetermines if the specified code point is a whitespace character according to ICU. A character is considered to be a ICU whitespace character if and only if it satisfies one of the following criteria:
ParametersReturn Values
Returns ExamplesExample #1 Testing different code points
<?php The above example will output: bool(false) bool(true) bool(true) bool(true) bool(false) See Also
|
more
Recently updated
more
Most requested
more
Last requests
|