Functions§
- char_
to_ int - Accepts a character, and returns a representation of the ordinal position
- int_
to_ char - Accepts 0-25 Ordinal number and converts it to char
- int_
to_ string - Converts any interger into base26 for alphabetic representation Tested against perl -E’my $x = “A”; say “$_ “ . $x++ for 0 .. 900’
- string_
to_ int - Accepts a character, and returns a representation of the ordinal position