F
Franz
I have a string "=?big5?B?VHdpbnMgpbys9azb?=" ( a MIME encoded string )
I want to use regular expression to capture the strings "big5", "B",
"VHdpbnMgpbys9azb"
So I use this pattern string "\=\?(.*)+\?[QqBb]\?(.*)+\?\="
When I use Regex.Match for matching, the program doesn't have any response
for more than 1 min.
I would like to know if it is the problem of the pattern or the problem of
the regular expression service which .NET prvoides.
Thanks.
I want to use regular expression to capture the strings "big5", "B",
"VHdpbnMgpbys9azb"
So I use this pattern string "\=\?(.*)+\?[QqBb]\?(.*)+\?\="
When I use Regex.Match for matching, the program doesn't have any response
for more than 1 min.
I would like to know if it is the problem of the pattern or the problem of
the regular expression service which .NET prvoides.
Thanks.