powered by
A wrapper function designed to produce the first letter that appears in a word, regardless of leading characters
starting.letter(word)
Character. A single word
First letter in the string
# NOT RUN { #first letter is "w" starting.letter("..walrus") #first letter is "r" starting.letter("5rat") # }
Run the code above in your browser using DataLab