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

<small id='48Klu'></small><noframes id='48Klu'>

  • <legend id='48Klu'><style id='48Klu'><dir id='48Klu'><q id='48Klu'></q></dir></style></legend>

        <tfoot id='48Klu'></tfoot>

        正则表达式比较两个数字

        时间:2023-06-13

        • <legend id='dDy3L'><style id='dDy3L'><dir id='dDy3L'><q id='dDy3L'></q></dir></style></legend>

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

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

                  <tfoot id='dDy3L'></tfoot>
                    <tbody id='dDy3L'></tbody>

                  本文介绍了正则表达式比较两个数字的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我能以某种方式比较正则表达式中的两个数字吗?我想要对 10-12 正确但对 12-10 不正确的正则表达式.我的意思是 10 必须小于 12.我想用 Javascript 来做.

                  can i somehow compare two numbers in regex? i want regex that is correct for 10-12, but incorrect for 12-10. I mean that 10 must be smaller than 12. I want to do it in Javascript.

                  推荐答案

                  如果输入总是XY的形式,那为什么不使用split()函数以'-'作为分隔符,然后将两部分比较>

                  If the input is always of the form X-Y, then why not use the split() function with '-' as the delimiter and then compare the two parts with >

                  您不能使用 RegExps 比较数值.

                  You can't compare numerical values using RegExps.

                  这篇关于正则表达式比较两个数字的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  上一篇:如何在不使用具有误报的 isNaN 的情况下判断值是否为 NaN? 下一篇:如何生成不重复的随机数 javascript

                  相关文章

                1. <legend id='hshNn'><style id='hshNn'><dir id='hshNn'><q id='hshNn'></q></dir></style></legend>

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

                  <tfoot id='hshNn'></tfoot>
                      <bdo id='hshNn'></bdo><ul id='hshNn'></ul>

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