I’m probably not using the right search term, because I keep finding
‘matching\validating’ string with regex (returns boolean) while I want is to extract a string from an other string.
How can I extract some parts of a string using a regex pattern?
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.
It’s matching that you are looking for. The
Regex.MatchandRegex.Matchesmethods use a regular expression to find one or several parts of a string, and returns aMatchorMatchCollectionwith the result.Example:
Output: