Y
Yingjie Lan
Hi,
According to the doc, group(0) is the entire match.
But if you do this:'\x00 to 757-234'
where I expected
'757234 to 757-234'
Then I found that in python re '\0' is considered an octal number.
So, is there anyway to refer to the entire match by an escaped
notation?
Thanks,
Yingjie
According to the doc, group(0) is the entire match.
But if you do this:'\x00 to 757-234'
where I expected
'757234 to 757-234'
Then I found that in python re '\0' is considered an octal number.
So, is there anyway to refer to the entire match by an escaped
notation?
Thanks,
Yingjie