• <small id='zp4na'></small><noframes id='zp4na'>

      <tfoot id='zp4na'></tfoot>
      • <bdo id='zp4na'></bdo><ul id='zp4na'></ul>
      <legend id='zp4na'><style id='zp4na'><dir id='zp4na'><q id='zp4na'></q></dir></style></legend>
      <i id='zp4na'><tr id='zp4na'><dt id='zp4na'><q id='zp4na'><span id='zp4na'><b id='zp4na'><form id='zp4na'><ins id='zp4na'></ins><ul id='zp4na'></ul><sub id='zp4na'></sub></form><legend id='zp4na'></legend><bdo id='zp4na'><pre id='zp4na'><center id='zp4na'></center></pre></bdo></b><th id='zp4na'></th></span></q></dt></tr></i><div id='zp4na'><tfoot id='zp4na'></tfoot><dl id='zp4na'><fieldset id='zp4na'></fieldset></dl></div>

      1. 正则表达式 - 我只想匹配正则表达式中的开始标签

        Regex - I only want to match the start tags in regex(正则表达式 - 我只想匹配正则表达式中的开始标签)
        1. <tfoot id='YdVVJ'></tfoot>

          <small id='YdVVJ'></small><noframes id='YdVVJ'>

            <i id='YdVVJ'><tr id='YdVVJ'><dt id='YdVVJ'><q id='YdVVJ'><span id='YdVVJ'><b id='YdVVJ'><form id='YdVVJ'><ins id='YdVVJ'></ins><ul id='YdVVJ'></ul><sub id='YdVVJ'></sub></form><legend id='YdVVJ'></legend><bdo id='YdVVJ'><pre id='YdVVJ'><center id='YdVVJ'></center></pre></bdo></b><th id='YdVVJ'></th></span></q></dt></tr></i><div id='YdVVJ'><tfoot id='YdVVJ'></tfoot><dl id='YdVVJ'><fieldset id='YdVVJ'></fieldset></dl></div>

                  <tbody id='YdVVJ'></tbody>
              • <legend id='YdVVJ'><style id='YdVVJ'><dir id='YdVVJ'><q id='YdVVJ'></q></dir></style></legend>
                  <bdo id='YdVVJ'></bdo><ul id='YdVVJ'></ul>
                  本文介绍了正则表达式 - 我只想匹配正则表达式中的开始标签的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我正在制作一个正则表达式,我只想匹配错误的标签,例如:<p>*这里有一些文字,也可能有一些其他标签,但没有结束'p'标签* </p>

                  I am making a regex expression in which I only want to match wrong tags like: <p> *some text here, some other tags may be here as well but no ending 'p' tag* </p>

                   <P>Affectionately Inscribed </P><P>TO </P><P>HENRY BULLAR, </P><P>(of the western circuit)<P>PREFACE</P>
                  

                  在上面相同的文本中,我希望得到 <P>(of the west circuit)<P> 的结果,并且不应捕获任何其他内容.我正在使用它,但它不起作用:

                  In the above same text I want to get the result as <P>(of the western circuit)<P> and nothing else should be captured. I'm using this but its not working:

                  <P>[^(</P>)]*<P>
                  

                  请帮忙.

                  推荐答案

                  对于 xml/html 类型的数据,Regex 并不总是一个好的选择.尤其是属性、区分大小写、注释等都有很大的影响.

                  Regex is not always a good choice for xml/html type data. In particular, attributes, case-sensitivity, comments, etc all have a big impact.

                  对于 xhtml,我会使用 XmlDocument/XDocument 和 xpath 查询.

                  For xhtml, I'd use XmlDocument/XDocument and an xpath query.

                  对于非 x"html,我会查看 HTML Agility Pack 和相同的.

                  For "non-x" html, I'd look at the HTML Agility Pack and the same.

                  这篇关于正则表达式 - 我只想匹配正则表达式中的开始标签的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                  相关文档推荐

                  Multicast delegate weird behavior in C#?(C# 中的多播委托奇怪行为?)
                  Parameter count mismatch with Invoke?(参数计数与调用不匹配?)
                  How to store delegates in a List(如何将代表存储在列表中)
                  How delegates work (in the background)?(代表如何工作(在后台)?)
                  C# Asynchronous call without EndInvoke?(没有 EndInvoke 的 C# 异步调用?)
                  Delegate.CreateDelegate() and generics: Error binding to target method(Delegate.CreateDelegate() 和泛型:错误绑定到目标方法)
                    <tbody id='JcV22'></tbody>

                    • <bdo id='JcV22'></bdo><ul id='JcV22'></ul>

                      <small id='JcV22'></small><noframes id='JcV22'>

                        <legend id='JcV22'><style id='JcV22'><dir id='JcV22'><q id='JcV22'></q></dir></style></legend>

                        <i id='JcV22'><tr id='JcV22'><dt id='JcV22'><q id='JcV22'><span id='JcV22'><b id='JcV22'><form id='JcV22'><ins id='JcV22'></ins><ul id='JcV22'></ul><sub id='JcV22'></sub></form><legend id='JcV22'></legend><bdo id='JcV22'><pre id='JcV22'><center id='JcV22'></center></pre></bdo></b><th id='JcV22'></th></span></q></dt></tr></i><div id='JcV22'><tfoot id='JcV22'></tfoot><dl id='JcV22'><fieldset id='JcV22'></fieldset></dl></div>

                          <tfoot id='JcV22'></tfoot>