Written by Philipp on 2016-02-25
Map Char to Alpha Position with Java
CoderwallSometimes, you would like to have Mapping Char to Int ( A = 0, B = 1, etc.)One easy way to do this is using indexOf Original Post: https://coderwall.com/p/ql-wng/map-char-to-alpha-position-with-java