sily v2.1.0 (2023-05-09T12:51:23Z)
Dub
Repo
isAlphaNumeric
sily
uni
Checks if
c
is letter,
_
or digit
bool
isAlphaNumeric
(
T
)
(
T
c
)
if
(
isSomeChar
!
T
)
Parameters
c
T
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