sily v1.3.0 (2022-12-11T11:47:00Z)
Dub
Repo
isAlphaNumeric
sily
uni
Checks if
c
is letter,
_
or digit
bool
isAlphaNumeric
(char c)
bool
isAlphaNumeric
(
char
c
)
bool
isAlphaNumeric
(wchar c)
bool
isAlphaNumeric
(dchar c)
bool
isAlpha
(char c)
bool
isAlpha
(wchar c)
bool
isAlpha
(dchar c)
Parameters
c
char
char
Return Value
Type:
bool
isAlphaNumeric
Meta
Source
See Implementation
sily
uni
functions
isAlpha
isAlphaNumeric
isDigit
isHex
isOct
Checks if c is letter, _ or digit