-
As suggested by @vezycash in [#10](https://github.com/shreyasminocha/regex-for-regular-folk/issues/10#issuecomment-623008203).
-
- https://regexper.com/
- https://jex.im/regulex/
hason updated
12 months ago
-
# Bug Report
## Describe the bug
Issue with colors on Regulex reveal a bug. The bug may be a timing or race condition bug.
## Steps to reproduce
1. Open Firefox (dark UI enabled) with…
-
## Javascript
- [Adventures in JavaScript Development](http://rmurphey.com/)
- [Zepto.js: the aerogel-weight jQuery-compatible JavaScript library](http://zeptojs.com/)
- [JS GooDies](http://js.gd/)
- …
-
一些例子
例子来自 老姚 正则迷你书v1.1
正则可视化来自 regulex
-
https://www.welearn.net.cn/tools/
文本对比mergely Nginx 配置生成nginxconfig 正则可视化regulex JSONjsonhero JSONjsont 接口测试hoppscotch 在线代码运行coderunner API 大全devdocs 百度开发者搜索baidu …
-
### 概要
Markdown の変換において、URLに半角スペースを含む場合、意図した変換が行われない問題がある。"Decode the URL" オプションを使用しても半角スペースを %20 のままにすることでこの問題を回避したい。(#52 参照)
### 考慮
本件は、半角スペースだけの問題ではない。全角スペースでも発生する。
変換に用いるソフトウェアに依存するが、正規表…
-
This would be a killer feature for this project - being able to take existing regex and output a pretty printed SRL expression for it. That would allow verification and and modification of existing re…
-
> One visual enhancement that could be really helpful would be to hover over the regex or the match and see the reciprocal highlighted.
>
> —[donaldihunter](https://news.ycombinator.com/user?id=don…
-
今天遇到 HTML 页面中直接写了 JavaScript 的验证的表达式:
```
'[©]+'
```
里面涉及了一个特殊字符 `©`,页面第一次加载时,一起正常,但是 ajax 提交后,pjax reload 页面后,`©` 被 encode
解决方法:使用 unicode `[\\u00A9]+`
imzyf updated
6 years ago