List of utility methods to do Char Array Index Of
for (int i = start; i < src.length; i++) { if (src[i] == des) return i; return -1;