1 2 3 4 5 6 7
error[E015]: mixing greedy and non-greedy quantifiers in regular expression --> line:3:12 | 3 | $a = /a.*b.*?c/ | ^^ ^^^ this is non-greedy | | | this is greedy