I need to find values inside this string:
10days25hours15minutes
I need get the numbers of days, hours and minutes, but the string can change, like this:
10d25h15m
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Assuming the input string consists of three decimal numbers each terminated by one or more non-digits, you can use the following regular expression: