PHP » GoLang |
login |
register |
about
|
GoLang IntlChar::ispunct
request it (355)
GoLang replacement for PHP's IntlChar::ispunct
[edit | history]
IntlChar::ispunct(PHP 7) IntlChar::ispunct — Check if code point is punctuation character DescriptionDetermines whether the specified code point is a punctuation character.
ParametersReturn Values
Returns ExamplesExample #1 Testing different code points
<?php The above example will output: bool(true) bool(true) bool(false) bool(false) |
more
Recently updated
more
Most requested
more
Last requests
|