remove leading chars from beginning string java code example Example: how to remove first letter of a string s = "hello" print s[1:]