I am new to this whole regex thing. I have read up on it but I still need some help. I have expressions shown below and I want to get the values. For example, in example 1 I want to search for my property ([[[MyProperty1]]]) and I want to get back 'Value'. In example 2, I want to be able to search for [[[MyProperty2]]] and have value2 as the result.
Cant you help me write the pattern as well as explain to me what is being done in the pattern to acheive this goal.
Thanks in advance.
Example 1: [[[MyProperty1]]] Value
Example 2: [[[MyProperty1]]] Value [[[MyProperty2]]] value2 [[[MyProperty3]]] value 3