本文介绍了是否有类似 RegexBuddy 的在线正则表达式分析器?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在寻找一种在线实用程序,它可以美化正则表达式并将解释性注释添加到正则表达式中.有吗?

I'm looking for an online utility that will prettify and add explanatory comments to a regular expression. Does one exist?

推荐答案

我喜欢在线工具:http://regexr.com

当您将鼠标悬停在正则表达式上时,您将获得该部分的说明.

When you hover over the regular expression you will get an explanation of that part.

这篇关于是否有类似 RegexBuddy 的在线正则表达式分析器?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

11-02 12:41