PHP » GoLang |
login |
register |
about
|
GoLang IntlChar::isJavaIDPart
request it (301)
GoLang replacement for PHP's IntlChar::isJavaIDPart
[edit | history]
IntlChar::isJavaIDPart(PHP 7) IntlChar::isJavaIDPart — Check if code point is permissible in a Java identifier DescriptionDetermines if the specified character is permissible in a Java identifier.
In addition to IntlChar::isIDPart(), ParametersReturn Values
Returns ExamplesExample #1 Testing different code points
<?php The above example will output: bool(true) bool(true) bool(false) bool(false) See Also
|
more
Recently updated
more
Most requested
more
Last requests
|