Given a string such as "abcdefghijklmnopqrstuvwxyz"
, how would I go about returning a list of the alphabetical number of each letter in the string, example being 1,2,3,4,5,6,7,8,9
etc.?
↧
Get alphabetical number of characters in string
↧