Given a string S, return the index of any numeric characters.
S = 'The next meeting will be held in 2 weeks.'; idx = find_numeric(S);
So, idx = 34 in the example.
1529 Solvers
986 Solvers
Back to basics 11 - Max Integer
611 Solvers
136 Solvers
96 Solvers
Problem Tags