Html5输入模式无法正确处理正向前瞻

时间:2018-06-08 12:44:34

标签: regex html5 input lookahead

我一次想要2个正则表达式输入字符串:

<input type="text" pattern="(?=first match of whole string)(?=second match of whole string)" />

在输出中我只想要RegEx /^(?=first match of whole string)(?=second match of whole string)$/

我看到类似的post,但必须在初始.*值的末尾添加pattern,为了我的目的,它确实英尺

感谢名单

0 个答案:

没有答案