lib: adds methods to tell if Char is a lower, upper, letter and digit
authorAlexis Laferrière <alexis.laf@xymus.net>
Mon, 24 Jan 2011 20:42:44 +0000 (15:42 -0500)
committerJean Privat <jean@pryen.org>
Tue, 25 Jan 2011 02:09:49 +0000 (21:09 -0500)
commit5bdb66d572df3d7acda09cc96537bd379f193b39
tree3a9302c4fb7b44c04472ee09d500b354a43c7ed7
parent75926f4dbf7a8e083eab88aa0ba50d6de067d106
lib: adds methods to tell if Char is a lower, upper, letter and digit

Signed-off-by: Alexis Laferrière <alexis.laf@xymus.net>
Signed-off-by: Jean Privat <jean@pryen.org>
lib/standard/kernel.nit
tests/sav/test_char_is_meths.sav [new file with mode: 0644]
tests/test_char_is_meths.nit [new file with mode: 0644]