rb_islower 1183 include/ruby/ruby.h int rb_islower(int c); rb_islower 1198 include/ruby/ruby.h #define ISLOWER(c) rb_islower((unsigned char)(c))