All pastes #373300 Raw Edit

Miscellany

public text v1 · immutable
#373300 ·published 2007-02-26 18:29 UTC
rendered paste body
>>> re.compile(r'''[^'"]*#[^'"]*''').match("'#")
>>> re.compile(r'''[^'"]*#[^'"]*''').match("#'")
<_sre.SRE_Match object at 0xb7cfc448>