Removing the first 3 characters from a string [closed] October 21, 2022 by Tarik Just use substring: "apple".substring(3); will return le