|
ctype is a simple implementation of ctype.h.
It provides methods like alpha? and digit? for Fixnums and Strings, so it can be used for string analysing (like scanners):
'c'.alpha? -> true
?A.digit? -> false
Registered: 2005-03-16 21:59 Activity Percentile: 0% View project activity statistics. |
|