PHP » GoLang |
login |
register |
about
|
GoLang IntlChar::isIDStart
request it (345)
GoLang replacement for PHP's IntlChar::isIDStart
[edit | history]
IntlChar::isIDStart(PHP 7) IntlChar::isIDStart — Check if code point is permissible as the first character in an identifier DescriptionDetermines if the specified character is permissible as the first character in an identifier according to Unicode (The Unicode Standard, Version 3.0, chapter 5.16 Identifiers).
ParametersReturn Values
Returns ExamplesExample #1 Testing different code points
<?php The above example will output: bool(true) bool(false) bool(false) bool(false) See Also
|
more
Recently updated
more
Most requested
more
Last requests
|