Count Characters between First and Last 'X'

Write a function that returns the count of characters between the first and last 'X' in a string.

Loading...