正则表达式获取金额

public string  isExists(string str)
        {
        
           return  Regex.Match(str, @"[+-]?\d+(.\d{2})?").Value;
         
        }

 Response.Write( isExists("<b>-AU$15.08</b>"));

posted @ 2012-05-09 17:54  放哨De老鼠  阅读(762)  评论(0编辑  收藏  举报