22 Oct
2011
22 Oct
'11
11:35 p.m.
Hi, I need to split a regex pattern into two groups like from this blafoo to (bla)(foo) But the second variant matches also input like this one: blaABCfoo There is no .* between the groups, so I wonder why it still matches. How to fix this?