<div>Dear pythoners,</div>
<div> </div>
<div>I'm a new member to studay the python, i wan't to studay the "regular expressions" handle like below:</div>
<div> </div>
<div>==============source============</div>
<div><line>the</line></div>
<div><line>is</line></div>
<div><line>name</line></div>
<div>==============source end=========</div>
<div> </div>
<div> </div>
<div>after convert, the result like below:</div>
<div> </div>
<div>-------------------------result------------------------</div>
<div>{'t','t','e'},</div>
<div>{'i','s'},</div>
<div>{'n','a','m','e'}</div>