Is there a Regular Expression that would give me a name value pair from the string below that would look like this:
statuscode = 179640000
new_Approved = 179640002
from:
&$filter=statuscode/Value eq 179640000 and new_Approved/Value eq 179640000
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.
the sample program:
gives the following output
What you have for each group in a match is:
It assumes that all names and values are only alphanumeric and
'_', It also assumes that there are no other curveballs that your source string has.