搭建正则开源工具Regexper

一、Regexper简介

Regexper是一款正则可视化开源工具,直接输入正则表达式就能用可视化显示出来,方便的检测我们书写的正则是否正确。

二、Regexper地址
在线版:https://regexper.com/ (Regexper可直接在线访问,考虑可能网络限制or干扰的影响,亦可下载到本地进行部署服务,作为个人or团队测试的工具)


GitHub项目地址:https://github.com/javallone/regexper-static
GitHub项目下载:https://codeload.github.com/javallone/regexper-static/zip/master

三、本地安装(待完善)

猜你喜欢

转载自www.cnblogs.com/miaojjblog/p/10184191.html