First page Back Continue Last page Overview Graphics
Guessing start of match in sv for REx "foo .* bar" against "foo bar"
Guessing start of match in sv for REx "foo .* bar" against "foo bar"
Found floating substr "bar" at offset 8...
Found anchored substr "foo" at offset 0...
Guessed: match at offset 0
Matching REx "foo .* bar" against "foo bar"
0 <> <foo ba> | 1:EXACT <foo>(3)
3 <foo> < bar> | 3:STAR(5)
REG_ANY can match 8 times out of 2147483647...
8 <foo > <bar> | 5: EXACT <bar>(7)
11 <foo bar> <> | 7: END(0)
Match successful!
Freeing REx: "foo .* bar"