[IronPython] RE_Match.string

Sanghyeon Seo sanxiyn at gmail.com
Fri Apr 21 09:26:46 CEST 2006


# test.py
import re
print re.search('b', 'abc').string

# CPython
abc

# IronPython
b

Seo Sanghyeon



More information about the Ironpython-users mailing list