How to parse using regex?
-
{"key":"a"... , ..."key":"b", ...., "key":"c"}
... = any char, need the value c extracted from the last "key". I just don't understand regex hopefully someone can help out. What is the output field for in the regex parsing block?
-
Is
key
always the same word or are they different like key1 key2 key3? Also since it's json I suggest you use JToken based parsing not regex.
-
Moved to Questions. Please do not use the Guides subforum if you're not actually writing a guide.