diegoovalle9070 diegoovalle9070 02-01-2023 Computers and Technology Answered Write a recursive function named lettersonly that accepts a string str as a parameter and returns a string with the same characters as str, in the same order, but excluding any characters that are not alphabetic letters from a-z, case-insensitive.