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?
Ok, maybe my example wasnt that good. The problem is, that I do not know “key1”.
What I need ist: Found “[101]”, ignore everything up to “:”, return everything up to “//”.