Regular Expressions 101

Save & Share

Flavor

  • PCRE2 (PHP >=7.3)
  • PCRE (PHP <7.3)
  • ECMAScript (JavaScript)
  • Python
  • Golang
  • Java 8
  • .NET 7.0 (C#)
  • Rust
  • Regex Flavor Guide

Function

  • Match
  • Substitution
  • List
  • Unit Tests

Tools

Sponsors
An explanation of your regex will be automatically generated as you type.
Detailed match information will be displayed here automatically.
  • All Tokens
  • Common Tokens
  • General Tokens
  • Anchors
  • Meta Sequences
  • Quantifiers
  • Group Constructs
  • Character Classes
  • Flags/Modifiers
  • Substitution
  • A single character of: a, b or c
    [abc]
  • A character except: a, b or c
    [^abc]
  • A character in the range: a-z
    [a-z]
  • A character not in the range: a-z
    [^a-z]
  • A character in the range: a-z or A-Z
    [a-zA-Z]
  • Any single character
    .
  • Alternate - match either a or b
    a|b
  • Any whitespace character
    \s
  • Any non-whitespace character
    \S
  • Any digit
    \d
  • Any non-digit
    \D
  • Any word character
    \w
  • Any non-word character
    \W
  • Match everything enclosed
    (?:...)
  • Capture everything enclosed
    (...)
  • Zero or one of a
    a?
  • Zero or more of a
    a*
  • One or more of a
    a+
  • Exactly 3 of a
    a{3}
  • 3 or more of a
    a{3,}
  • Between 3 and 6 of a
    a{3,6}
  • Start of string
    ^
  • End of string
    $
  • A word boundary
    \b
  • Non-word boundary
    \B

Regular Expression
No Match

/
/
g

Test String

Code Generator

Generated Code

using System; using System.Text.RegularExpressions; public class Example { public static void Main() { string pattern = @/ 上市日期:<\/td>\s*.*>(.*)<\/a> /; string input = @"<!doctype html> <html> <head> <title>华业资本(600240)公司资料_新浪财经_新浪网</title> <meta name=""Keywords"" content=""华业资本公司资料,600240公司资料,新浪财经华业资本(600240)公司资料"" /> <meta name=""Description"" content=""新浪财经华业资本(600240)行情中心,为您提供华业资本(600240)公司资料信息数据查询."" /> <meta http-equiv=""Content-Type"" content=""text/html; charset=gb2312"" /> <link rel=""Stylesheet"" type=""text/css"" href=""http://vip.stock.finance.sina.com.cn/corp/view/style/hangqing.css"" /> <link rel=""Stylesheet"" type=""text/css"" href=""http://vip.stock.finance.sina.com.cn/corp/view/style/dadan.css"" /> <script src=""http://www.sinaimg.cn/dy/js/jquery/jquery-1.7.2.min.js""></script> <script type=""text/javascript"" src=""http://finance.sina.com.cn/basejs/tool.js""></script> <script type=""text/javascript"" src=""http://finance.sina.com.cn/basejs/dataDrawer.js""></script> <script src=""http://i.sso.sina.com.cn/js/ssologin.js"" type=""text/javascript""></script> <script src=""http://finance.sina.com.cn/realstock/company/hotstock_daily_a.js""></script> <script src=""http://finance.sina.com.cn/realstock/company/sh600240/jsvar.js""></script> <script type=""text/javascript""> var page_name = ""公司简介""; /* BHPsnK7Cm94I1m1LT9oBbUxsAQI/tgPKy65jyFVorJxI+1EIO93Qt424Ixf9wBWPIGXcpKaSbXdJW/qND1DBRMwXtjHUVq5WkIPxRu8dYiHSMhK2rd+G4J8fJTsDMDuXXBGaU/JHe5/+DqKHxzt6MVAozqAWiOvIC008Tg== */ //HOTSTOCK var hq_str_CFF_LIST=""IF1309,IF1310,IF1312,IF1403""; var bkSymbol = ''; var wbAppKey = '3202088101'; var mrq_mgsy = 0; var flashURL = 'http://finance.sina.com.cn/flash/cn.swf'; //相关期货 var RS = {}; RS.corr_future = []; /* aakhGmE98ukLIEw8saxPDzCRA32ofQbuZSCS/mEhxJJ8CdDKeSGGpRS/XExuxlvKqKRGdT/GY7cRrGaiEZ4xY8usVStXHA/KsVBPkl4xJZFQW7O8TOLuJ91WOi+jpDPU/MIG4IYQIsfhE2uejazG4F8ciEd+qXI2XPf+h/InzRQvIq3PRXmVN0nl4xTmRk6g1iu8G0RvbF1iCxhOIjk9oQ== */ //综合评级级别 var gradeLevel = 0; //综合评级研究报告数量 ( TODO PHP写进页面) var gradeAmt = 0; //新股发行 增发 配股 现金分红 var bonus=[0,0,0,0]; /* 9P9++LWbuYr1M5AvHjt577edAmFLWT46g9UKY8oyOFZyLqqWUi0c6CWojvDUP1G/VqWML1qq8CKzxAZMYJvZdkjLtMsntNqj2EQPRA2YCAl1KL/qm0X2I7Z1CyNUhRkVpccsindNuPvJQpN1T/GINn5v7hJaxHx9qVcnzwhbvWQptDhrcoow3tbUe752LxxKw9o4PspURwSf6P1rS1cc+ihj6O8rIeHxosuZ8Q== */ </script> <!--环球市场滚动条,依赖jquery,tool,dataDrawer--> <script type=""text/javascript"" src=""http://finance.sina.com.cn/basejs/gloabal_index_scroller.js""></script> <!--搜索建议,无依赖--> <script type=""text/javascript"" src=""http://finance.sina.com.cn/basejs/suggestServer.js""></script> <!--登录层,无依赖--> <script type=""text/javascript"" src=""http://finance.sina.com.cn/basejs/loginLayer.js""></script> <!--行情页JS,依赖tool,ssologin--> <script src=""http://vip.stock.finance.sina.com.cn/corp/view/script/hangqing.js""></script> <script type=""text/javascript""> //symbol:股票代码,num:单页的数量,page:第几页,sort:排序方式,asc:升序,volume:大单的数量,type:筛选方式,day:日期 var globalFilter = {""symbol"":""sh600240"", ""num"": 60, ""page"":1, ""sort"":""ticktime"", ""asc"":0, ""volume"":40000, ""amount"":0, ""type"":0, ""day"":""}; //获取标准北京时间 //var StandardBJTime = Math.round(new Date().getTime() / 1000); //$.getScript('http://counter.sina.com.cn/time?fm=JS'); </script> </head> <body> <div class=""wrap""> <div class=""secondaryHeader""> <div class=""sHBorder""> <div class=""sHLogo""><span><a href=""http://finance.sina.com.cn/""><img src=""http://i1.sinaimg.cn/dy/images/header/2009/standardl2nav_sina_new.gif"" alt=""新浪网"" /></a><a href=""http://finance.sina.com.cn/""><img src=""http://i2.sinaimg.cn/dy/images/header/2009/standardl2nav_finance.gif"" alt=""新浪财经"" /></a></span></div> <div class=""sHLinks""><a href=""http://finance.sina.com.cn/"">财经首页</a>&nbsp;|&nbsp;<a href=""http://www.sina.com.cn/"">新浪首页</a>&nbsp;|&nbsp;<a href=""http://news.sina.com.cn/guide/"">新浪导航</a></div> </div> </div> </div> <!--end of 头部--> <!--<div class=""wrap topAD""> <iframe src=""http://finance.sina.com.cn/iframe/463/2008/0616/3.html"" width=""980"" height=""95"" marginheight=""0"" marginwidth=""0"" scrolling=""no"" frameborder=""0""></iframe> </div> --><!--顶部广告--> <div class=""tui""> <div class=""wrap""> <script type=""text/javascript""> new GlobalIndexScroller( [ [ ['sh000001','上证指数','cn','rup','http://biz.finance.sina.com.cn/suggest/lookup_n.php?q=sh000001&country=stock','','now,changeP,amount'], ['sz399001','深证成指','cn','rup','http://biz.finance.sina.com.cn/suggest/lookup_n.php?q=sz399001&country=stock','','now,changeP,amount'], ['sz399006','创业板指','cn','rup','http://biz.finance.sina.com.cn/suggest/lookup_n.php?q=sz399006&country=stock','','now,changeP,amount'], ['HSI','恒生指数','hk','gup','http://biz.finance.sina.com.cn/suggest/lookup_n.php?q=HSI&country=hkstock'] ], [ ['.dji','道琼斯','us','gup','http://biz.finance.sina.com.cn/suggest/lookup_n.php?q=.dji&country=usstock'], ['ixic','纳斯达克','us','gup','http://biz.finance.sina.com.cn/suggest/lookup_n.php?q=ixic&country=usstock'], ['SX5E','斯托克50','b','gup',''], ['UKX','英金融时报指数','b','gup',''], ['NKY','日经指数','b','gup',''] ], [ ['CL','NYMEX原油','hf','gup','http://finance.sina.com.cn/money/future/CL/quote.shtml'], ['GC','COMEX黄金','hf','gup','http://finance.sina.com.cn/money/future/quote_hf.html?GC'], ['SI','COMEX白银','hf','gup','http://finance.sina.com.cn/money/future/quote_hf.html?SI'], ['CAD','LME铜','hf','gup','http://finance.sina.com.cn/money/future/quote_hf.html?CAD'] ] ]).stop(); </script> </div> </div> <!--end of 环球市场滚动条--> <div class=""nav""> <div class=""wrap""> <span class=""a_right""> <a href=""http://vip.stock.finance.sina.com.cn/mkt/""><font color=""#FAD00D"">行情中心</font></a> <a href=""http://comment5.news.sina.com.cn/comment/skin/feedback.html?channel=ly&newsid=236"" target=""_blank""><font color=""#FAD00D"">意见反馈</font></a> </span> <a class=""jxDown hideword"" id=""jxDown"" suda-uatrack=""key=nc2012_click&value=jxgpc_on"">精选股票池</a> <a href=""http://finance.sina.com.cn/"" class=""index hideword"" target=""_blank"">财经首页</a><a href=""http://finance.sina.com.cn/stock/index.shtml"" target=""_blank"">股票</a><a href=""http://finance.sina.com.cn/fund/index.shtml"" target=""_blank"">基金</a><a href=""http://finance.sina.com.cn/stock/hkstock/index.shtml"" target=""_blank"">港股</a><a href=""http://finance.sina.com.cn/stock/usstock/index.shtml"" target=""_blank"">美股</a><a href=""http://finance.sina.com.cn/futuremarket/"" target=""_blank"">期货</a><a href=""http://finance.sina.com.cn/forex/"" target=""_blank"">外汇</a><a href=""http://finance.sina.com.cn/nmetal/"" target=""_blank"">贵金属</a><a href=""http://finance.sina.com.cn/bond/"" target=""_blank"">债券</a><span class=""spliter""></span><a href=""http://finance.sina.com.cn/column/jsy.html"" target=""_blank"">大盘</a><a href=""http://finance.sina.com.cn/column/ggdp.html"" target=""_blank"">个股</a><a href=""http://finance.sina.com.cn/stock/newstock/index.shtml"" target=""_blank"">新股</a><a href=""http://vip.stock.finance.sina.com.cn/q/go.php/vIR_CustomSearch/index.phtml"" target=""_blank"">数据</a><span class=""spliter""></span><a href=""http://blog.sina.com.cn/lm/stock/"" target=""_blank"">博客</a><a href=""http://guba.sina.com.cn/"" target=""_blank"">股吧</a><span class=""spliter""></span><a href=""http://vip.stock.finance.sina.com.cn/portfolio/main.php"" target=""_blank"">自选股</a> </div> </div> <!--end of 导航--> <div class=""assistant""> <div class=""wrap clearfix""> <div class=""assistant-title"">投资助手:</div> <div class=""assistant-wrap""> <ul> <li><a href=""http://vip.stock.finance.sina.com.cn/moneyflow/"" target=""_blank"" title=""资金流向"">资金流向</a></li> <li><a href=""http://vip.stock.finance.sina.com.cn/q/go.php/vFinanceAnalyze/kind/mainindex/index.phtml"" target=""_blank"" title=""业绩报表"">业绩报表</a></li> <li><a href=""http://vip.stock.finance.sina.com.cn/q/go.php/vFinanceAnalyze/kind/performance/index.phtml"" target=""_blank"" title=""业绩预告"">业绩预告</a></li> <li><a href=""http://vip.stock.finance.sina.com.cn/q/go.php/vInvestConsult/kind/xsjj/index.phtml"" target=""_blank"" title=""限售解禁"">限售解禁</a></li> <li><a href=""http://vip.stock.finance.sina.com.cn/corp/go.php/vRPD_NewStockIssue/page/1.phtml"" target=""_blank"" title=""新股申购"">新股申购</a></li> <li><a href=""http://vip.stock.finance.sina.com.cn/quotes_service/view/cn_bill_sum.php"" target=""_blank"" title=""实时大单"">实时大单</a></li> <li><a href=""http://vip.stock.finance.sina.com.cn/fund_center/index.html#jjcczcg"" target=""_blank"" title=""基金重仓"">基金重仓</a></li> <li><a href=""http://vip.stock.finance.sina.com.cn/q/go.php/vInvestConsult/kind/rzrq/index.phtml"" target=""_blank"" title=""融资融券"">融资融券</a></li> <li><a href=""http://vip.stock.finance.sina.com.cn/q/go.php/vInvestConsult/kind/lhb/index.phtml"" target=""_blank"" title=""龙虎榜"">龙虎榜</a></li> <li><a href=""http://vip.stock.finance.sina.com.cn/q/go.php/vInvestConsult/kind/dzjy/index.phtml"" target=""_blank"" title=""大宗交易"">大宗交易</a></li> <li><a href=""http://vip.stock.finance.sina.com.cn/q/go.php/vInvestConsult/kind/nbjy/index.phtml"" target=""_blank"" title=""内部交易"">内部交易</a></li> <li><a href=""http://vip.stock.finance.sina.com.cn/mkt/#stock_hs_up"" target=""_blank"" title=""涨幅排行"">涨幅排行</a></li> <li><a href=""http://vip.stock.finance.sina.com.cn/q/go.php/vInvestConsult/kind/qgqp/index.phtml"" target=""_blank"" title=""千股千评"">千股千评</a></li> <li><a href=""http://vip.stock.finance.sina.com.cn/q/go.php/vPerformancePrediction/kind/eps/index.phtml"" target=""_blank"" title=""业绩预测"">业绩预测</a></li> <li><a href=""http://vip.stock.finance.sina.com.cn/q/go.php/vIR_RatingNewest/index.phtml"" target=""_blank"" title=""券商评级"">券商评级</a></li> <li><a href=""http://screener.finance.sina.com.cn/?f=stock"" target=""_blank"" title=""条件选股"">条件选股</a></li> <li><a href=""http://vip.stock.finance.sina.com.cn/datacenter/hqstat.html#jdgd"" target=""_blank"" title=""阶段统计"">阶段统计</a></li> <li><a href=""http://finance.sina.com.cn/money/globalindex/"" target=""_blank"" title=""环球股指"">环球股指</a></li> <li><a href=""http://finance.sina.com.cn/qizhi/hs300.html"" target=""_blank"" title=""沪深300"">沪深300</a></li> <li><a href=""http://biz.finance.sina.com.cn/company/compare/compare.php?stock_code=000001"" target=""_blank"" title=""财务对比"">财务对比</a></li> </ul> </div> <a href=""javascript:;"" class=""prevBtn"">上一组</a> <a href=""javascript:;"" class=""nextBtn"">下一组</a> </div> </div> <!--end of 投资助手--> <style> .assistant {background:url(http://www.sinaimg.cn/cj/realstock/2012/images/back_r_h.2.png) 0 -176px repeat-x;} .assistant .wrap {position:relative;} .assistant-title {float:left; width:80px; height:32px; text-align:right; line-height:32px; color:#0a227a;} .assistant-wrap {float:left; _display:inline; position:relative; width:840px; height:32px; overflow:hidden; margin-left:30px;} .assistant-wrap ul {width:9000px; position:absolute; left:0; top:0;} .assistant-wrap li {float:left; width:60px; text-align:center; line-height:32px;} .assistant-wrap li a, .assistant-wrap li a:visited, .assistant-wrap li a:hover {color:#0a227a;} .assistant .prevBtn, .assistant .nextBtn {position:absolute; top:0; height:32px; width:30px; line-height:99; overflow:hidden; background-image:url(http://vip.stock.finance.sina.com.cn/corp/view/images/icon.png);} .assistant .prevBtn {left:80px; background-position:12px 9px;} .assistant .nextBtn {right:0px; background-position:10px -21px;} </style> <script> (function($){ var $prevBtn = $("".assistant .prevBtn""); var $nextBtn = $("".assistant .nextBtn""); var $ul = $("".assistant-wrap ul""); var $aLi = $("".assistant-wrap li""); var wrapWidth = $("".assistant-wrap"").width(); var totalWidth = $aLi.width() * $aLi.length; $prevBtn.click(function(){ var newLeft = $ul.position().left + 60 * 5; if(newLeft > 0) { $ul.stop().animate({""left"":0},function(){ $nextBtn.show(); $prevBtn.hide(); }) return; } $ul.stop().animate({""left"":newLeft},function(){ $nextBtn.show(); }); }) $nextBtn.click(function(){ var newLeft = $ul.position().left - 60 * 5; if(newLeft < wrapWidth - totalWidth) { newLeft = wrapWidth - totalWidth; $ul.stop().animate({""left"":newLeft},function(){ $prevBtn.show(); $nextBtn.hide(); }) return; } $ul.stop().animate({""left"":newLeft},function(){ $prevBtn.show(); }); }) $prevBtn.hide(); if(totalWidth <= wrapWidth) { $nextBtn.hide(); } })(jQuery) </script> <div class=""topbar""> <div class=""wrap clearfix""> <div class=""crumbs a_blue_d_all""> <a href=""http://finance.sina.com.cn/"">新浪财经</a> &gt; <a href=""http://finance.sina.com.cn/stock/"">新浪股票</a> &gt; <a href=""http://finance.sina.com.cn/realstock/company/sh600240/nc.shtml"">华业资本</a> &gt; <span>公司简介</span> </div> <div class=""search""> <form action=""http://biz.finance.sina.com.cn/suggest/lookup_n.php"" method=""get""> <input type=""text"" id=""suggest_top"" name=""q"" autocomplete=""off"" class=""txt"" onfocus=""this.style.color='#333';"" onblur=""if(this.value == '')this.style.color='';"" /><input type=""submit"" class=""btn"" value="" /> <input type=""hidden"" name=""country"" value=""stock"" /> </form> <script type=""text/javascript""> var suggest0 = new SuggestServer(); suggest0.bind({ ""input"": ""suggest_top"", //*(必选) 指定suggest绑定的对象 [string|HTMLElement.input] ""value"": ""@2@"", //~ ""loader"": ""suggest_loader"", // 可指定js读取用的公共容器 [string|HTMLElement] ""default"": ""拼音/代码/名称"", // 可指定input默认值 [string] 默认空 ""type"": ""stock"", // 类型 [string] 例如""stock""、""23""、""11,12"" ""link"": ""http://biz.finance.sina.com.cn/suggest/lookup_n.php?country=@type@&q=@code@"", // 备选项点击的url 不设置则不可点击 [string] ""target"" : ""_self"", ""callback"": null // 选定提示行时的回调方法,回调该方法时传入当前input内value [function|null] }); </script> </div> <style> #HOTSTOCK_SHOW_DIV {width:360px; height:32px; line-height:32px;} #HOTSTOCK_SHOW_DIV h4 {float:left; font-size:12px;} #HOTSTOCK_SHOW_DIV ul {float:left;} #HOTSTOCK_SHOW_DIV ul li {float:left; width:75px;} #HOTSTOCK_SHOW_DIV li a {float:left;} #HOTSTOCK_SHOW_DIV li span {float:left; width:20px; height:32px; background-image:url(http://vip.stock.finance.sina.com.cn/corp/view/images/icon.png);} #HOTSTOCK_SHOW_DIV li .hot_stock_operator_up {background-position:6px -50px;} #HOTSTOCK_SHOW_DIV li .hot_stock_operator_fair {background-position:6px -78px;} #HOTSTOCK_SHOW_DIV li .hot_stock_operator_down {background-position:6px -109px;} </style> <div class=""promot a_blue_l_all blue_l""> <div id=""HOTSTOCK_SHOW_DIV""> <h4>实时热点:</h4> <ul> <li><a href=""http://finance.sina.com.cn/realstock/company/sz002024/nc.shtml"">苏宁云商</a><span class=""hot_stock_operator_up"" data-code=""sz002024""></span></li> <li><a href=""http://finance.sina.com.cn/realstock/company/sz002024/nc.shtml"">苏宁云商</a><span class=""hot_stock_operator_fair""></span></li> <li><a href=""http://finance.sina.com.cn/realstock/company/sz002024/nc.shtml"">苏宁云商</a><span class=""hot_stock_operator_down""></span></li> <li><a href=""http://finance.sina.com.cn/realstock/company/sz002024/nc.shtml"">苏宁云商</a><span class=""hot_stock_operator_up""></span></li> </ul> </div> <!--end of #HOTSTOCK_SHOW_DIV--> </div> <!--end of .promot--> <script> (function(){ var src = ""http://finance.sina.com.cn/realstock/company/hotstock_daily_a.js""; getScript(src,function(){ var hotStockDiv = document.getElementById(""HOTSTOCK_SHOW_DIV"") var oUl = hotStockDiv.getElementsByTagName(""ul"")[0]; var aSpan = hotStockDiv.getElementsByTagName(""span""); var innerHtmlStr = ""; var aHot = []; var codeStr = ""; for(var i=0; i<4; i++) { aHot.push(""s_"" + hotstock_daily_a[i][0]); innerHtmlStr += '<li><a href=""http://finance.sina.com.cn/realstock/company/'+ hotstock_daily_a[i][0] +'/nc.shtml"">'+ hotstock_daily_a[i][1] +'</a><span data-code=""' + hotstock_daily_a[i][0] + '""></span></li>'; } oUl.innerHTML = innerHtmlStr; codeStr = aHot.join("",""); checkHotStork(); setInterval(checkHotStork,6000); function checkHotStork() { var src = ""http://hq.sinajs.cn/list="" + codeStr; getScript(src,function(){ for(var i=0; i<4; i++) { var arr = window['hq_str_'+aHot[i]].split("",""); if(parseFloat(arr[2]) > 0) { aSpan[i].className = ""hot_stock_operator_up""; } else if(parseFloat(arr[2]) < 0) { aSpan[i].className = ""hot_stock_operator_down""; } else { aSpan[i].className = ""hot_stock_operator_fair""; } } }) } }); })() </script> </div> </div> <!--end of .topbar--> <div class=""wrap main_wrap clearfix""> <div class=""L""> <div class=""v_p data_table"" id=""tcVP""> <div class=""tabs""> <div class=""tab on"">最近访问股</div> <div class=""tab last""><a href=""http://vip.stock.finance.sina.com.cn/portfolio/main.php"" target=""_blank"">自选股</a></div> </div> <div class=""cont a_blue_d_all"" style=""display:block;""> <table cellpadding=""0"" border=""0"" cellspacing=""0""> <thead> <tr> <th>名称</th> <th>价格(元)</th> <th><a href=""javascript:void(0)"" id=""sortBtnV"">涨跌幅</a></th> </tr> </thead> <tbody id=""tbodyVisited""></tbody> <tbody id=""tbodyHot""> <tr> <td colspan=""3"" class=""hot_title"">以下为热门股票</td> </tr> </tbody> </table> </div> <div class=""cont a_blue_d_all""> <div class=""blue_d"" id=""portLoginFalse""> 查看自选股请先 <a href=""javascript:void(0)"" id=""port_show_login"" class=""login_btn_s"">登录</a> </div> <div class="" id=""portLoginTrue""> <div class=""port_hq""> <table cellpadding=""0"" border=""0"" cellspacing=""0""> <thead> <tr> <th>名称</th> <th>价格(元)</th> <th><a href=""javascript:void(0)"" id=""sortBtnP"">涨跌幅</a></th> </tr> </thead> <tbody id=""tbodyPort""></tbody> </table> </div> <div class=""port_m_link""> <a href=""http://vip.stock.finance.sina.com.cn/portfolio/main.php"" target=""_blank"" class=""a_blue_d_all"">管理自选股</a> </div> <div class=""port_nick clearfix a_blue_l_all blue_l""> <span id=""portNick"" title=""我是谁?"">^_^</span> <a href=""javascript:void(0)"" id=""portLogoutBtn"">退出</a> </div> </div> </div> </div> <script type=""text/javascript""> visitedAndPort.init(); </script> <div class=""spliter_15""></div> <div class=""title_blue""> <h2>热点栏目</h2> </div> <div class=""hot_column a_blue_d_all"" id=""hotColumn""> <ul class=""clearfix li_point""> <li data-hot-column=""0""><a href=""http://finance.sina.com.cn/focus/jyts/index.shtml"" target=""_blank"">交易提示</a></li> <li data-hot-column=""1""><a href=""http://finance.sina.com.cn/stock/cpbd/"" target=""_blank"">操盘必读</a></li> <li data-hot-column=""2""><a href=""http://roll.finance.sina.com.cn/finance/zq1/gsjsy/index.shtml"" target=""_blank"">大市评论</a></li> <li data-hot-column=""3""><a href=""http://finance.sina.com.cn/column/ggdp.shtml"" target=""_blank"">个股点评</a></li> <li data-hot-column=""4""><a href=""http://vip.stock.finance.sina.com.cn/corp/view/vCB_AllMemordDetail.php?stockid=600240"" target=""_blank"">公司公告</a></li> <li data-hot-column=""5""><a href=""http://vip.stock.finance.sina.com.cn/q/go.php/vReport_List/kind/search/index.phtml?symbol=600240&t1=all"" target=""_blank"">研究报告</a></li> <li data-hot-column=""6""><a href=""http://vip.stock.finance.sina.com.cn/corp/go.php/vRPD_NewStockIssue/page/1.phtml"" target=""_blank"">新股申购</a></li> <li data-hot-column=""7""><a href=""http://vip.stock.finance.sina.com.cn/q/go.php/vInvestConsult/kind/qgqp/index.phtml"" target=""_blank"">千股千评</a></li> <li data-hot-column=""8""><a href=""http://vip.stock.finance.sina.com.cn/moneyflow/#!ssfx!sh600240"" target=""_blank"" style=""color:Red"">资金流向</a></li> <li data-hot-column=""9""><a href=""http://finance.sina.com.cn/focus/zqbjh/"" target=""_blank"">证券报</a></li> </ul> </div> <script> (function(){ var $aLi = $(""#hotColumn li""); var $ul = $(""#hotColumn ul""); $aLi.click(function(){ Cookie.set(""hotColumn"",$(this).data(""hotColumn""),{ expires:30 }); }) var index = Cookie.get(""hotColumn""); $aLi.eq(index).prependTo($ul); })() </script> <div class=""spliter_15""></div> <div class=""louver a_blue_d_all"" id=""louver""> <div class=""top_oper""> <a href=""javascript:void(0)"" id=""louverAllUnfold"">展开全部</a> <a href=""javascript:void(0)"" id=""louverAllFold"">收起全部</a> </div> <div class=""louver_sec""> <div class=""sec_title""> <h3>投资工具</h3> </div> <div class=""sec_cont""> <ul> <li><a href=""http://vip.stock.finance.sina.com.cn/q/go.php/vInvestConsult/kind/lhb/index.phtml"" target=""_blank"">数据中心</a></li> <li><a href=""http://screener.finance.sina.com.cn/?from=cnstock"" target=""_blank"">条件选股</a></li> <li><a href=""http://biz.finance.sina.com.cn/company/compare/compare.php?stock_code=600240"" target=""_blank"">财务对比</a></li> <li><a href=""http://finance.sina.com.cn/stock/message/gxq/sh600240/ggzd.html"" target=""_blank"">个股诊断</a></li> </ul> </div> <div class=""sec_btn""><!--<a></a>--></div> </div> <div class=""louver_sec""> <div class=""sec_title""> <h3>行情走势</h3> </div> <div class=""sec_cont row_num_5""> <ul> <li><a href=""http://vip.stock.finance.sina.com.cn/quotes_service/view/cn_bill.php?symbol=sh600240"" target=""_blank"">大单追踪</a></li> <li><a href=""http://vip.stock.finance.sina.com.cn/quotes_service/view/vMS_tradedetail.php?symbol=sh600240"" target=""_blank"">成交明细</a></li> <li><a href=""http://vip.stock.finance.sina.com.cn/quotes_service/view/cn_price.php?symbol=sh600240"" target=""_blank"">分价统计</a></li> <li><a href=""http://vip.stock.finance.sina.com.cn/quotes_service/view/cn_price_history.php?symbol=sh600240"" target=""_blank"">持仓分析</a></li> <li><a href=""http://vip.stock.finance.sina.com.cn/corp/go.php/vMS_MarketHistory/stockid/600240.phtml"" target=""_blank"">历史交易</a></li> <li><a href=""http://vip.stock.finance.sina.com.cn/corp/go.php/vMS_FuQuanMarketHistory/stockid/600240.phtml"" target=""_blank"">复权交易</a></li> <li><a href=""http://vip.stock.finance.sina.com.cn/q/go.php/vInvestConsult/kind/rzrqstock/index.phtml?symbol=sh600240&bdate=2017-01-01&edate=2017-03-07"" target=""_blank"">融资融券</a></li> <li><a href=""http://vip.stock.finance.sina.com.cn/q/go.php/vInvestConsult/kind/dzjy/index.phtml?symbol=sh600240&bdate=2017-01-01&edate=2017-03-07"" target=""_blank"">大宗交易</a></li> <li><a href=""http://vip.stock.finance.sina.com.cn/q/go.php/vInvestConsult/kind/nbjy/index.phtml?symbol=sh600240&bdate=2017-01-01&edate=2017-03-07"" target=""_blank"">内部交易</a></li> <li><a href=""http://vip.stock.finance.sina.com.cn/q/go.php/vInvestConsult/kind/lhbstock/index.phtml?symbol=sh600240&bdate=2017-01-01&edate=2017-03-07"" target=""_blank"">龙虎榜</a></li> </ul> </div> <div class=""sec_btn""></div> </div> <div class=""louver_sec""> <div class=""sec_title""> <h3><a href=""http://vip.stock.finance.sina.com.cn/corp/go.php/vCI_CorpInfo/stockid/600240.phtml"" target=""_blank"" class=""a_blue_d_s"">公司资料</a></h3> </div> <div class=""sec_cont""> <ul> <li><a href=""http://vip.stock.finance.sina.com.cn/corp/go.php/vCI_CorpInfo/stockid/600240.phtml"" target=""_blank"">公司简介</a></li> <li><a href=""http://vip.stock.finance.sina.com.cn/corp/go.php/vCI_CorpManager/stockid/600240.phtml"" target=""_blank"">公司高管</a></li> <li><a href=""http://vip.stock.finance.sina.com.cn/corp/go.php/vCI_CorpOtherInfo/stockid/600240/menu_num/2.phtml"" target=""_blank"">所属行业</a></li> <li><a href=""http://vip.stock.finance.sina.com.cn/corp/go.php/vCI_CorpOtherInfo/stockid/600240/menu_num/5.phtml"" target=""_blank"">所属概念</a></li> <li><a href=""http://vip.stock.finance.sina.com.cn/corp/go.php/vCI_CorpRule/stockid/600240.phtml"" target=""_blank"">公司章程</a></li><!-- <li><a href=""http://vip.stock.finance.sina.com.cn/corp/go.php/vCI_CorpOtherInfo/stockid/600240/menu_num/0.phtml"" target=""_blank"">证券资料</a></li> <li><a href=""http://vip.stock.finance.sina.com.cn/corp/go.php/vCI_CorpOtherInfo/stockid/600240.phtml"" target=""_blank"">相关资料</a></li> --><li><a href=""http://vip.stock.finance.sina.com.cn/corp/go.php/vCI_CorpXiangGuan/stockid/600240.phtml"" target=""_blank"">相关证券</a></li> <li><a href=""http://vip.stock.finance.sina.com.cn/corp/go.php/vCI_CorpXiangGuan/stockid/600240.phtml#SSZS"" target=""_blank"">所属指数</a></li> <li><a href=""http://vip.stock.finance.sina.com.cn/corp/go.php/vCI_CorpXiangGuan/stockid/600240.phtml#SSX"" target=""_blank"">所属系别</a></li> </ul> </div> <div class=""sec_btn""><a></a></div> </div> <div class=""louver_sec""> <div class=""sec_title""> <h3><a href=""http://vip.stock.finance.sina.com.cn/corp/go.php/vISSUE_ShareBonus/stockid/600240.phtml"" target=""_blank"" class=""a_blue_d_s"">发行分配</a></h3> </div> <div class=""sec_cont row_num_2""> <ul> <li><a href=""http://vip.stock.finance.sina.com.cn/corp/go.php/vISSUE_ShareBonus/stockid/600240.phtml"" target=""_blank"">分红送配</a></li> <li><a href=""http://vip.stock.finance.sina.com.cn/corp/go.php/vISSUE_NewStock/stockid/600240.phtml"" target=""_blank"">新股发行</a></li> <li><a href=""http://vip.stock.finance.sina.com.cn/q/go.php/vInvestConsult/kind/xsjj/index.phtml?symbol=sh600240"" target=""_blank"">限售解禁</a></li> <li><a href=""http://vip.stock.finance.sina.com.cn/corp/go.php/vISSUE_AddStock/stockid/600240.phtml"" target=""_blank"">增发</a></li> <li><a href=""http://vip.stock.finance.sina.com.cn/corp/go.php/vISSUE_TransferableBond/stockid/600240.phtml"" target=""_blank"">可转债</a></li> <li><a href=""http://vip.stock.finance.sina.com.cn/corp/go.php/vISSUE_CollectFund/stockid/600240.phtml"" target=""_blank"">募资投向</a></li> <li><a href=""http://vip.stock.finance.sina.com.cn/corp/go.php/vISSUE_RaiseExplanation/stockid/600240.phtml"" target=""_blank"">招股说明书</a></li> <li><a href=""http://vip.stock.finance.sina.com.cn/corp/go.php/vISSUE_MarketBulletin/stockid/600240.phtml"" target=""_blank"">上市公告</a></li> </ul> </div> <div class=""sec_btn""><a></a></div> </div> <div class=""louver_sec""> <div class=""sec_title""> <h3><a href=""http://vip.stock.finance.sina.com.cn/corp/go.php/vCI_StockStructure/stockid/600240.phtml"" target=""_blank"" class=""a_blue_d_s"">股本股东</a></h3> </div> <div class=""sec_cont""> <ul> <li><a href=""http://vip.stock.finance.sina.com.cn/corp/go.php/vCI_StockStructure/stockid/600240.phtml"" target=""_blank"">股本结构</a></li> <li><a href=""http://vip.stock.finance.sina.com.cn/corp/go.php/vCI_StockHolder/stockid/600240/displaytype/30.phtml"" target=""_blank"">主要股东</a></li> <li><a href=""http://vip.stock.finance.sina.com.cn/corp/go.php/vCI_CirculateStockHolder/stockid/600240/displaytype/30.phtml"" target=""_blank"">流通股东</a></li> <li><a href=""http://vip.stock.finance.sina.com.cn/corp/go.php/vCI_FundStockHolder/stockid/600240/displaytype/30.phtml"" target=""_blank"">基金持股</a></li> </ul> </div> <div class=""sec_btn""><!--<a></a>--></div> </div> <div class=""louver_sec""> <div class=""sec_title""> <h3><a href=""http://vip.stock.finance.sina.com.cn/corp/go.php/vCB_AllBulletin/stockid/600240.phtml"" target=""_blank"" class=""a_blue_d_s"">公司公告</a></h3> </div> <div class=""sec_cont row_num_3""> <ul> <li><a href=""http://vip.stock.finance.sina.com.cn/corp/go.php/vCB_AllBulletin/stockid/600240.phtml"" target=""_blank"">最新公告</a></li> <li><a href=""http://vip.stock.finance.sina.com.cn/corp/go.php/vCB_Bulletin/stockid/600240/page_type/ndbg.phtml"" target=""_blank"">年报</a></li> <li><a href=""http://vip.stock.finance.sina.com.cn/corp/go.php/vCB_Bulletin/stockid/600240/page_type/zqbg.phtml"" target=""_blank"">半年报</a></li> <li><a href=""http://vip.stock.finance.sina.com.cn/corp/go.php/vCB_Bulletin/stockid/600240/page_type/yjdbg.phtml"" target=""_blank"">一季报</a></li> <li><a href=""http://vip.stock.finance.sina.com.cn/corp/go.php/vCB_Bulletin/stockid/600240/page_type/sjdbg.phtml"" target=""_blank"">三季报</a></li> </ul> </div> <div class=""sec_btn""><!--<a></a>--></div> </div> <div class=""louver_sec""> <div class=""sec_title""> <h3><a href=""http://vip.stock.finance.sina.com.cn/corp/go.php/vFD_FinanceSummary/stockid/600240/displaytype/4.phtml"" target=""_blank"" class=""a_blue_d_s"">财务数据</a></h3> </div> <div class=""sec_cont row_num_4""> <ul> <li><a href=""http://vip.stock.finance.sina.com.cn/corp/go.php/vFD_FinanceSummary/stockid/600240/displaytype/4.phtml"" target=""_blank"">财务摘要</a></li> <li><a href=""http://vip.stock.finance.sina.com.cn/corp/go.php/vFD_FinancialGuideLine/stockid/600240/displaytype/4.phtml"" target=""_blank"">财务指标</a></li> <li><a href=""http://vip.stock.finance.sina.com.cn/corp/go.php/vFD_BalanceSheet/stockid/600240/ctrl/part/displaytype/4.phtml"" target=""_blank"">资产负债表</a></li> <li><a href=""http://vip.stock.finance.sina.com.cn/corp/go.php/vFD_ProfitStatement/stockid/600240/ctrl/part/displaytype/4.phtml"" target=""_blank"">利润表</a></li> <li><a href=""http://vip.stock.finance.sina.com.cn/corp/go.php/vFD_CashFlow/stockid/600240/ctrl/part/displaytype/4.phtml"" target=""_blank"">现金流量表</a></li> <li><a href=""http://vip.stock.finance.sina.com.cn/corp/go.php/vFD_AchievementNotice/stockid/600240.phtml"" target=""_blank"">业绩预告</a></li> <li><a href=""http://vip.stock.finance.sina.com.cn/corp/go.php/vFD_DupontAnalysis/stockid/600240/displaytype/10.phtml"" target=""_blank"">杜邦分析</a></li> <li><a href=""http://vip.stock.finance.sina.com.cn/corp/go.php/vFD_BenifitChange/stockid/600240/displaytype/4.phtml"" target=""_blank"">股东权益增减</a></li> <li><a href=""http://vip.stock.finance.sina.com.cn/corp/go.php/vFD_BalanceSheet_Text/stockid/600240/type/1040.phtml"" target=""_blank"">资产负债表附注</a></li> <li><a href=""http://vip.stock.finance.sina.com.cn/corp/go.php/vFD_BalanceSheet_Text/stockid/600240/type/1070.phtml"" target=""_blank"">利润表附注</a></li> <li><a href=""http://vip.stock.finance.sina.com.cn/corp/go.php/vFD_BalanceSheet_Text/stockid/600240/type/1079.phtml"" target=""_blank"">现金流量表附注</a></li> <li><a href=""http://vip.stock.finance.sina.com.cn/corp/go.php/vFD_FootNotes/stockid/600240.phtml"" target=""_blank"">财务附注</a></li> <li><a href=""http://vip.stock.finance.sina.com.cn/corp/go.php/vFD_BadAccount/stockid/600240/displaytype/4.phtml"" target=""_blank"">坏账准备</a></li> <li><a href=""http://vip.stock.finance.sina.com.cn/corp/go.php/vFD_AssetDevalue/stockid/600240/displaytype/4.phtml"" target=""_blank"">资产减值准备</a></li> <li><a href=""http://vip.stock.finance.sina.com.cn/corp/go.php/vFD_PayTax/stockid/600240/displaytype/4.phtml"" target=""_blank"">应缴增值税</a></li> </ul> </div> <div class=""sec_btn""><a></a></div> </div> <div class=""louver_sec""> <div class=""sec_title""> <h3><a href=""http://vip.stock.finance.sina.com.cn/corp/go.php/vGP_StockHolderMeeting/stockid/600240.phtml"" target=""_blank"" class=""a_blue_d_s"">重大事项</a></h3> </div> <div class=""sec_cont row_num_1""> <ul> <li><a href=""http://vip.stock.finance.sina.com.cn/corp/go.php/vGP_StockHolderMeeting/stockid/600240.phtml"" target=""_blank"">股东大会</a></li> <li><a href=""http://vip.stock.finance.sina.com.cn/corp/go.php/vGP_RelatedTrade/stockid/600240.phtml"" target=""_blank"">关联交易</a></li> <li><a href=""http://vip.stock.finance.sina.com.cn/corp/go.php/vGP_Lawsuit/stockid/600240.phtml"" target=""_blank"">诉讼仲裁</a></li> <li><a href=""http://vip.stock.finance.sina.com.cn/corp/go.php/vGP_GetOutOfLine/stockid/600240.phtml"" target=""_blank"">违规记录</a></li> <li><a href=""http://vip.stock.finance.sina.com.cn/corp/go.php/vGP_Assurance/stockid/600240.phtml"" target=""_blank"">对外担保</a></li> </ul> </div> <div class=""sec_btn""><a></a></div> </div> </div> </div> <!--end of 左侧--> <div class=""R""> <div class=""block_hq clearfix""> <div class=""hq_L""> <div class=""hq_title""> <a href=""http://i.finance.sina.com.cn/zixuan,stock"" target=""_blank"" class=""a_blue_d_all add_port"" id=""holdStatus"" suda-uatrack=""key=nc2012_click&value=addPort"">加入自选股</a> <a href=""http://stock.finance.sina.com.cn/shortcut.php"" target=""_blank"" title=""下载本页面的快捷方式,下次可以直接点击进入"" class=""a_blue_d_all add_port"" onclick=""this.href='http://stock.finance.sina.com.cn/shortcut.php?url=' + encodeURIComponent('http://finance.sina.com.cn/realstock/company/sh600376/nc.shtml?f=shortcut') + '&name=' + encodeURIComponent('首开股份(600376)_新浪财经')"" style=""background-position:0px 5px;padding-left:20px;margin-right:20px;"" id=""getShortcut"" suda-uatrack=""key=nc2012_click&value=shortcut"">桌面快捷方式</a> <a href=""http://m.sina.com.cn/m/finance.html"" target=""_blank"" class=""a_blue_d_all add_port"" style=""background-position:0px -27px;padding-left:20px;margin-right:20px;"">客户端</a> <script type=""text/javascript""> if(/\((iPhone|iPad|iPod)/i.test(navigator.userAgent)) { document.getElementById('getShortcut').style.display = 'none'; } </script> <a href=""http://finance.sina.com.cn/realstock/company/sh600240/nc.shtml""> <h1 id=""stockName"">华业资本<span>(600240.SH)</span></h1> </a> <span class=""stock_tip""> <a title=""该股为融资融券标的股"" class=""t_rong"" href=""http://vip.stock.finance.sina.com.cn/q/go.php/vInvestConsult/kind/rzrq/index.phtml?symbol=sh600240&bdate=2017-01-01&edate=2017-03-07"" target=""_blank""></a> <a title=""模拟交易 跟高手一起炒股"" class=""t_buy"" href=""http://jiaoyi.sina.com.cn/jy/stock/buy/"" target=""_blank""><img src=""http://www.sinaimg.cn/cj/realstock/2012/images/buy.png"" alt="" /></a> </span> </div> <div class=""hq_details has_limit"" id=""hq""> <div class=""price_time""> <div class=""price clearfix"" id=""trading""> <div class=""change""> <div id=""change"" class=""@UD_change@"">@change@</div> <div id=""changeP"" class=""@UD_change@"">@changeP@</div> </div> <div id=""arrow"" class=""arrow arrow_@UD_change@""></div> <div id=""price"" class=""@UD_change@"">@now@</div> <div class=""ud_limit"" id=""ud_limie""> <div>涨停:@up_limit@</div> <div>跌停:@down_limit@</div> </div> </div> <div class=""price"" id=""closed""> 停牌 </div> <div class=""time"" id=""hqTime""> @date@ @time@ </div> <div class=""time blue_l"" id=""hqPause"">临时停牌</div> </div> <div class=""other"" id=""hqDetails""> <table border=""0"" cellpadding=""0"" cellspacing=""0""> <colgroup> <col width=""60"" /> <col width=""50"" /> <col width=""60"" /> <col width=""70"" /> <col width=""70"" /> <col width=""40"" /> </colgroup> <tbody> <tr> <th>今&nbsp;&nbsp;开:</th> <td class=""@UD_open_color@"">@open@</td> <th>成交量:</th> <td>@volume@</td> <th>振&nbsp;&nbsp;幅:</th> <td>@swing@</td> </tr> <tr> <th>最&nbsp;&nbsp;高:</th> <td class=""@UD_high_color@"">@high@</td> <th>成交额:</th> <td>@amount@</td> <th>换手率:</th> <td>@turnover@</td> </tr> <tr> <th>最&nbsp;&nbsp;低:</th> <td class=""@UD_low_color@"">@low@</td> <th>总市值:</th> <td>@totalShare@</td> <th>市净率:</th> <td>@pb@</td> </tr> <tr> <th>昨&nbsp;&nbsp;收:</th> <td>@preClose@</td> <th>流通市值:</th> <td>@cvs@</td> <th>市盈率<sup>TTM</sup>:</th> <td>@pe@</td> </tr> </tbody> </table> </div> </div> </div> <div class=""hq_R""> <a href=""http://finance.sina.com.cn/realstock/company/sh600240/nc.shtml""><img id=""imgHqImage"" src=""#"" /></a> </div> </div> <script type=""text/javascript"">hq.init();</script> <script type=""text/javascript""> var imgSrc = ""http://image.sinajs.cn/newchart/small/b"" + window.globalFilter[""symbol""] + "".gif?"" + (new Date()).getTime(); setInterval($(""#imgHqImage"").attr(""src"",imgSrc), 1 * 60 * 1000); </script><style type=""text/css""> #comInfo1 td, #comInfo1 th{border: 1px solid #DCE5F4;height: 26px;line-height: 22px;width:100px;} #comInfo1 .ct{color:#0A227A;padding-left:10px;} #comInfo1 .cc{color:#005CBF;padding-left:10px;} #comInfo1 .ccl{color:#005CBF;padding-left:10px;width:590px;} .ca{color:#0A227A;font-size:15px;} </style> <script type=""text/javascript""> $(function(){ $(""li"").click(function(){ $(this).addClass(""menu-select-on""); $(""*"").not($(this)).removeClass(""menu-select-on""); }); }) </script> <ul class=""r-menu""> <li class=""label"">公司资料</li> <li class=""menu-select-on""><a href=""http://vip.stock.finance.sina.com.cn/corp/go.php/vCI_CorpInfo/stockid/600240.phtml"">公司简介</a></li> <li><a href=""http://vip.stock.finance.sina.com.cn/corp/go.php/vCI_CorpManager/stockid/600240.phtml "">公司高管</a></li> <li><a href=""http://vip.stock.finance.sina.com.cn/corp/go.php/vCI_CorpRule/stockid/600240.phtml"">公司章程</a></li> <li><a href=""http://vip.stock.finance.sina.com.cn/corp/go.php/vCI_CorpXiangGuan/stockid/600240.phtml"">相关证券</a></li> <li><a href=""http://vip.stock.finance.sina.com.cn/corp/go.php/vCI_CorpOtherInfo/stockid/600240/menu_num/2.phtml"">所属行业</a></li> <li><a href=""http://vip.stock.finance.sina.com.cn/corp/go.php/vCI_CorpOtherInfo/stockid/600240/menu_num/5.phtml"">所属概念板块</a></li> <!--<li><a href=""http://vip.stock.finance.sina.com.cn/corp/go.php/vCI_CorpXiangGuan/stockid/600240.phtml#SSX"">所属系</a></li> <li><a href=""http://vip.stock.finance.sina.com.cn/corp/go.php/vCI_CorpXiangGuan/stockid/600240.phtml#SSZS"">所属指数</a></li> --></ul> <div class=""r-title""><span class=""ca"">公司简介—</span><a href=""http://finance.sina.com.cn/realstock/company/sh600240/nc.shtml"">华业资本(600240)</a></div> <div id=""con02-0"" class=""tagmain""> <!--公司简介begin--> <table id=""comInfo1"" width=""100%""> <tr> <td class=""ct"">公司名称:</td> <td colspan=""3"" class=""ccl"">北京华业资本控股股份有限公司</td> </tr> <tr> <td class=""ct"">公司英文名称:</td> <td colspan=""3"" class=""ccl"">Beijing Huaye Capital Holdings CO.,Ltd.</td> </tr> <tr> <td class=""ct"">上市市场:</td> <td class=""cc"">上海证券交易所</td> <td class=""ct"">上市日期:</td> <td class=""cc""> <a href=""/corp/view/vCI_CorpInfoLink.php?stockid=600240&InMarketDate=200006"" target=""_blank"">2000-06-28</a></td> </tr> <tr> <td class=""ct"">发行价格:</td> <td class=""cc"">8.00</td> <td class=""ct"">主承销商:</td> <td class=""cc""> <a href=""/corp/view/vCI_CorpInfoLink.php?stockid=600240&Dealer=海通证券有限公司"" target=""_blank"">海通证券有限公司</a>&nbsp; </td> </tr> <tr> <td class=""ct"">成立日期:</td> <td class=""cc""><a href=""/corp/view/vCI_CorpInfoLink.php?stockid=600240&EstablishDate=199810"" target=""_blank"">1998-10-09</a></td> <td class=""ct"">注册资本:</td> <td class=""cc"">142425万元</td> </tr> <tr> <td class=""ct"">机构类型:</td> <td class=""cc"">其它</td> <td class=""ct"">组织形式:</td> <td class=""cc"">民营企业</td> </tr> <tr> <td class=""ct"">董事会秘书:</td> <td class=""cc"">赵双燕</td> <td class=""ct"">公司电话:</td> <td class=""cc"">010-85710735</td></tr> <tr> <tr> <td class=""ct"">董秘电话:</td> <td class=""cc"">010-85710735</td> <td class=""ct"">公司传真:</td> <td class=""cc"">010-85710505</td></tr> <tr> <tr> <td class=""ct"">董秘传真:</td> <td class=""cc"">010-85710505</td> <td class=""ct"">公司电子邮箱:</td> <td class=""cc""> <a href=""mailto:hy@huayedc.com"" target=""_blank"">hy@huayedc.com</a>&nbsp; </td></tr> <tr> <tr> <td class=""ct"">董秘电子邮箱:</td> <td class=""cc"">hy@huayedc.com</td> <td class=""ct"">公司网址:</td> <td class=""cc""><a href=""http://www.huayedc.com"" target=""_blank"">http://www.huayedc.com </a></td></tr> <tr> <tr> <td class=""ct"">邮政编码:</td> <td class=""cc"">100025</td> <td class=""ct"">信息披露网址:</td> <td class=""cc""><a href=""www.sse.com.cn"" target=""_blank""></a></td></tr> <tr> <tr> <td class=""ct"">证券简称更名历史:</td> <td colspan=""3"" class=""ccl"">*ST仕奇 仕奇实业 华业地产 G华业 华业地产 华业资本 </td> </tr> <tr> <td class=""ct"">注册地址:</td> <td colspan=""3"" class=""ccl"">北京市朝阳区东四环中路39号A座16层</td> </tr> <tr> <td class=""ct"">办公地址:</td> <td colspan=""3"" class=""ccl"">北京市朝阳区东四环中路39号A座16层</td> </tr> <tr> <td class=""ct"">公司简介:</td> <td colspan=""3"" class=""ccl"">&nbsp;&nbsp;&nbsp;&nbsp;内蒙古华业地产股份有限公司(本公司原名内蒙古仕奇实业股份有限公司,本公司自2005年6月9日起正式更名为“内蒙古华业地产股份有限公司”)是经内蒙古自治区人民政府“内政股批字1998]34号”文批准,以内蒙古仕奇集团有限责任公司作为主要发起人,联合呼和浩特市第一针织厂、呼和浩特市纺织建筑安装公司、内蒙古塞北星啤酒有限责任公司、包头市信托投资公司共同发起设立;于1998年10月9日经内蒙古自治区工商行政管理局核准登记。2000年5月10日经中国证券监督管理委员会“证监发行字[2000]58号文”批准,本公司向社会公开发行人民币普通股7500万股。<br /> &nbsp;&nbsp;&nbsp;&nbsp;2015年6月,公司名称由“北京华业地产股份有限公司”变更为“北京华业资本控股股份有限公司”,英文名称由“Beijing HOMYEAR Real Estate Company Limited”变更为“Beijing Homyear Capital Holdings Co.,Ltd.”。</td> </tr> <tr> <td class=""ct"">经营范围:</td> <td colspan=""3"" class=""ccl"">投资管理、项目投资(1、不得以公开方式募集资金;2、不得公开交易证券类产品和金融衍生品;3、不得发放贷款;4、不得向所投资企业以外的其他企业提供担保;5、不得向投资者承诺投资本金不受损失或者承诺最低收益。);企业管理;酒店管理;健康咨询服务(须经审批的诊疗活动除外);计算机技术培训;技术开发;技术转让;房地产开发(不含土地成片开发;高档宾馆、别墅、高档写字楼和国际会议中心的建设、经营;大型主题公园的建设、经营)。(依法须经批准的项目,经相关部门批准后依批准的内容开展经营活动。)</td> </tr> </table> <table width=""100%"" border=""0"" align=""center"" cellpadding=""0"" cellspacing=""0"" class=""table2""> <tr> <td height=""30"" align=""right"" valign=""middle"" style=""color:#009"">↑<a href=""#top"">返回页顶</a>↑</td> </tr> </table> </div> <!--公司简介end--> </div> </div> </div> <div class=""footer""> <ul> <li>客户服务热线:4006900000  欢迎批评指正</li> <li> <a target=""_blank"" href=""http://tech.sina.com.cn/focus/sinahelp.shtml"">常见问题解答</a> <a target=""_blank"" href=""http://net.china.cn/chinese/index.htm"">互联网违法和不良信息举报</a> <a target=""_blank"" href=""http://comment5.news.sina.com.cn/comment/skin/feedback.html?channel=ly&amp;newsid=5"">新浪财经意见反馈留言板</a> </li> <li></li> <li><a href=""http://corp.sina.com.cn/chn/"">新浪简介</a> | <a href=""http://corp.sina.com.cn/eng/"">About Sina</a> | <a href=""http://emarketing.sina.com.cn/"">广告服务</a> | <a href=""http://www.sina.com.cn/contactus.html"">联系我们</a> | <a href=""http://corp.sina.com.cn/chn/sina_job.html"">招聘信息</a> | <a href=""http://www.sina.com.cn/intro/lawfirm.shtml"">网站律师</a> | <a href=""http://english.sina.com"">SINA English</a> | <a href=""https://login.sina.com.cn/signup/signup.php"">通行证注册</a> | <a href=""http://help.sina.com.cn/"">产品答疑</a></li> <li>Copyright &copy; 1996-2013 SINA Corporation, All Rights Reserved</li> <li>新浪公司 <a target=""_blank"" href=""http://www.sina.com.cn/intro/copyright.shtml"">版权所有</a></li> </ul> <span class=""mianze"">新浪财经免费提供股票、基金、债券、外汇等行情数据以及其他资料均来自相关合作方,仅作为用户获取信息之目的,并不构成投资建议。<br>新浪财经以及其合作机构不为本页面提供信息的错误、残缺、延迟或因依靠此信息所采取的任何行动负责。市场有风险,投资需谨慎。</span> </div> <div class=""loginBG"" id=""loginBG""></div> <div class=""loginLayer"" id=""loginLayer""> <a href=""javascript:void(0)"" title=""关闭"" class=""login_close"" id=""loginClose""></a> <div class=""login_title""></div> <div class=""login_cont""> <table border=""0"" cellpadding=""5"" cellspacing=""0""> <colgroup> <col width=""130"" /> <col width=""305"" /> </colgroup> <tr> <th>用户名:</th> <td><input type=""text"" class=""txt"" id=""loginName"" /></td> </tr> <tr> <th>密&nbsp;&nbsp;码:</th> <td><input type=""password"" class=""txt"" id=""loginPSW"" /></td> </tr> <tr> <th></th> <td><label><input type=""checkbox"" id=""loginRemember"" checked=""checked"" /> 记录登录状态一个月</label></td> </tr> <tr> <th></th> <td> <p><span id=""loginError""></span><a href=""javascript:void(0)"" id=""loginBtn"" class=""login_btn_m"">登录</a></p> <div class=""login_loginBtn_bg""></div> <div class=""login_link0""> <a href=""http://login.sina.com.cn/getpass.html"" target=""_blank"">找回密码</a> <a href=""http://login.sina.com.cn/help.html"" target=""_blank"">登录帮助</a> </div> <div class=""login_link1""> <p>还不是新浪会员?</p> <div><a href=""http://login.sina.com.cn/signup/signup.php?entry=finance&r="" target=""_blank"" class=""reg_btn"">新用户注册</a></div> </div> </td> </tr> </table> </div> </div> <script type=""text/javascript"" charset=""utf-8"" src=""http://www.sinaimg.cn/unipro/pub/suda_s_v851c.js""></script><script type=""text/javascript"">loginLayer.init();</script> </body> </html> "; foreach (Match m in Regex.Matches(input, pattern)) { Console.WriteLine("'{0}' found at index {1}.", m.Value, m.Index); } } }

Please keep in mind that these code samples are automatically generated and are not guaranteed to work. If you find any syntax errors, feel free to submit a bug report. For a full regex reference for C#, please visit: https://msdn.microsoft.com/en-us/library/system.text.regularexpressions.regex(v=vs.110).aspx