首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > .NET > C# >

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

2012-01-12 
有谁知道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人的,不知道是啥意思?

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

热点排行