有哪位高手知道Match m = Regex.Match(str,@"user id=(\w+);password=(.)[;]?");

有谁知道Match m Regex.Match(str,@user id(\w+).*password(.*)[]?)中的Regex.math 怎么使用呀,M

有谁知道Match m = Regex.Match(str,@"user id=(\w+);.*password=(.*)[;]?"); 中的Regex.math 怎么使用呀,
Match   m   =   Regex.Match(str,@ "user   id=(\w+);.*password=(.*)[;]? ");    

其中的     ,@ "user   id=(\w+);.*password=(.*)[;]? ");    

怎么理解呀,   急S人的,不知道是啥意思?

[解决办法]
我给你回信息了
[解决办法]
正则表达式..