how to implement group while match string?
[
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: 2007年1月31日 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?