Hi,
I have the regex
\[101\].*?:\s*([^\/]+)\s*\/\/
and this string
"[100] Key0: Value0 // [101] Key1: Value1// [711] Key2: Value2 // [102] Key3: Value3 //".
I want to get “Value1” but I am getting “[101] Key1: Value1//”.
What am I doing wrong?