Help for this page
if (ord($_) > 88) { return $_; # 'A' -> ('A') ... { return uc($_), uc($_); # 'a' -> ('A','A') }