regular expression : the dollar sign ($) work with re.match() or re.search()

Chris Angelico rosuav at gmail.com
Wed Sep 26 03:57:59 EDT 2012


On Wed, Sep 26, 2012 at 5:48 PM, Jussi Piitulainen
<jpiitula at ling.helsinki.fi> wrote:
> What was the weird character that you used as a question mark? I
> removed them because they confuse the newsreader I use.

It appears to be Unicode Character 'FULLWIDTH QUESTION MARK' (U+FF1F).
Normally I'd be inclined to simply use U+003F instead, but hey, it's a
question mark still.

ChrisA



More information about the Python-list mailing list