正則表達式

提取spa

 Regex rg = new Regex(@"[0-9]室[0-9]廳|[0-9]居室");
                                string sOriRoomType = rg.Match(sTitle).Value;

                                Regex rgm = new Regex(@"[0-9]+平米");
                                string sArea = rgm.Match(sTitle).Value.Replace("平米","");

                                Regex rgroom = new Regex(@"[0-9]室|[0-9]居室");
                                string sRoom = rgroom.Match(sOriRoomType).Value.Replace("居室", "").Replace("", "");

                                Regex rgHall = new Regex(@"[0-9]廳");
相關文章
相關標籤/搜索
本站公眾號
   歡迎關注本站公眾號,獲取更多信息