[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: how to implement group while match string?
- From: "Samuel Chi" <princeofdatamining@...>
- Date: Wed, 31 Jan 2007 01:30:30 +0800
just like '(?P<name>...)' in python.
for example, i want to extract 1,10,'int', 'id' from '1-10:int=id'.
how to do?