I want to extract only the second number (in order) from a string.
string = "vancomycin 1G IV 3 times a day over 1 hour."
desired output = 3
I want to extract only the second number (in order) from a string.
string = "vancomycin 1G IV 3 times a day over 1 hour."
desired output = 3