re.match and non-alphanumeric characters

John Machin sjmachin at lexicon.net
Sun Nov 16 15:58:07 EST 2008


On Nov 17, 4:44 am, "Diez B. Roggisch" <de... at nospam.web.de> wrote:

>  Match matches the whole string.

*ONLY* if the pattern ends with "$" or r"\Z"



More information about the Python-list mailing list