remove first character from string javas code example Example: how to remove first letter of a string s = "hello" print s[1:]