博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
正则表达式语法
阅读量:6443 次
发布时间:2019-06-23

本文共 934 字,大约阅读时间需要 3 分钟。

 

以下是几个在线的正则表达式验证器:

Rubular is a Ruby-based regular expression editor. It’s a handy way to test regular expressions as you write them.

Definitely my favorite!

Online regex tester, debugger with highlighting for PHP, PCRE, Python and JavaScript that highlights pattern and matches on the fly. Features regex quiz and IRC chat box.

A tool for generating and testing regular expressions.

A JavaScript regular expression tester.

Regex Hero runs directly off of the Regex class library inside Silverlight. I will say that Silverlight is missing the RegexOptions.

Online Regular Expression Tester that supports PHP, Ruby, Python, Javasript. Real-time result and permalink to share regex.

RegViz is a tool for debugging JavaScript regular expressions in a visual way. Advanced highlighting helps you to understand the structure and purpose of a regular expression and to detect bugs therein.

转载于:https://www.cnblogs.com/IvanChen/p/4846640.html

你可能感兴趣的文章
Python的Django框架中的Context使用
查看>>
我的友情链接
查看>>
linux常用命令
查看>>
Docker在Windows系统下的安装及简单使用介绍
查看>>
CentOS用yum安装X Window
查看>>
gpfs 修改 副本数
查看>>
Ubuntu16.4安装Wordpress
查看>>
模块和包
查看>>
socket编程总结
查看>>
逻辑回归模型(LR)
查看>>
[读书笔记]JavaScript 闭包(Closures)
查看>>
Django restfulframework 开发相关知识 整理
查看>>
linux信息查看手记
查看>>
Delphi考虑sql注入 QuotedStr
查看>>
SpringBoot学习四:整合Mybatis分页插件 PageHelper
查看>>
java集成jpush实现客户端推送
查看>>
Swoole WebSocket 的应用
查看>>
219. 单页应用 会话管理(session、cookie、jwt)
查看>>
【比赛】百度之星2017 初赛Round B
查看>>
AFNetworking之AFSecurityPolicy深入学习
查看>>