Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
从手头的正则表达式开始,有没有办法自动创建满足正则表达式的示例文本?
例如,如果我输入:
([a-zA-Z0-9_\-\.]+)@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.)|(([a-zA-Z0-9\-]+\.)+))([a-zA-Z]{2,4}|[0-9]{1,3})
它产生如下文本:test@test.com
如果正则表达式有重复或分组,它可以产生具有不同复杂性的不同样本。
最好是工具。
是的,你可以试试这样的工具...... https://fent.github.io/randexp.js/