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") # First letter is "b" starting.letter("%1.,bombay") # }
Run the code above in your browser using DataLab