Search
Create a function called extractDigits that takes a string as input and returns an array of all the digit characters found in the string.
extractDigits
If no digits are found, the function should return an empty array.