toggle menu
shake
0.1.0
common
switch theme
search in API
com.shakelang.util.parseutils
/
com.shakelang.util.parseutils.characters
/
Characters
/
isIdentifierStartCharacter
is
Identifier
Start
Character
fun
isIdentifierStartCharacter
(
c
:
Char
)
:
Boolean
(
source
)
Is the given character the start of a identifier (A-Z, a-z and '_',
not 0-9
)
Since
0.1.0