Given a string containing several strings delimited by spaces, I'm trying to find the one that starts with "dtl-" and then return only the part of the matched word that comes after "dtl-" (in this case they are digits)Given a string containing several strings delim