我一次想要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
,为了我的目的,它确实不英尺
感谢名单