how to remove a first letter in the string in java code example Example: how to remove first letter of a string s = "hello" print s[1:]