YunJian added the comment:
If that was caused by capture, I think I should learn and use it from start
because it gave a result I didn't want but in the way I want, thank you very
much, I will be more careful next time, thank you!
发件人: Ezio Melotti
收件人
YunJian added the comment:
Well, maybe I had never understood this though I use RE oftenly, this is the
first time I met this and in my mind capture should not perform like this,
thank you very much!
发件人: Matthew Barnett
收件人: tld...@yahoo.com.cn
发送日期: 2012
New submission from YunJian :
Regular expression perform wrong result, I use regular expression r'(\$.)+' try
to match "$B$b" or something like that, but the script only give back "$b",
r'(\$.){1,}', r'(\$.){2}' performed the same, you can tak