how to trim frist two char in string in android code example Example: how to remove first letter of a string s = "hello" print s[1:]