PHP » GoLang |
login |
register |
about
|
GoLang IntlChar::isblank
request it (342)
GoLang replacement for PHP's IntlChar::isblank
[edit | history]
IntlChar::isblank(PHP 7) IntlChar::isblank — Check if code point is a "blank" or "horizontal space" character DescriptionDetermines whether the specified code point is a "blank" or "horizontal space", a character that visibly separates words on a line. The following are equivalent definitions:
ParametersReturn Values
Returns ExamplesExample #1 Testing different code points
<?php The above example will output: bool(false) bool(true) bool(true) See Also
|
more
Recently updated
more
Most requested
more
Last requests
|