-
regex like this: (?[\s\S]*?(?=def)
ahxxm updated
2 years ago
-
Was presented with an unexpected char error when trying to make your awesome tool choke on this regexp pattern which I myself am not responsible for having written but nonetheless does still validly w…
-
Support for naming capture groups would be nice.
i.e. `/ (?\d{4}-\d{2}-\d{2}) /`
could be displayed as `Group #1: Date`
-
It would be great if you could support named capture groups e.g. (?.*)
Even if initially you just did a search replace removing them, it would make it much easier to copy and paste a regex in to visu…
-
Hey, nice tool, I might use that to help others understand regexp better ;)
However, it seems your script doesn't handle named capture groups :
Python's `(?Pxxx)` to be refered as `(?P=name1)`
or Per…
gilou updated
2 years ago
-
I just created a RegEx to check if a version number is a valid Semantic Version Number according to the specification.
```
^(0|[1-9]\d*)\.(0|[1-9]\d*)\.(0|[1-9]\d*)(-(0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA…
-
### What’s the bug you are facing?
Browser version:Chrome 60
Dependent version:
```
"@tiptap/extension-highlight": "^2.0.0-beta.25",
"@tiptap/extension-image": "^2.0.0-beta.19",
"@tiptap/extensi…
ferqx updated
2 years ago
-
Lua has two kinds of comments:
```
-- Single line comment
--[[
multiline
comment
]]--
```
It is possibly easy to add support for it, but I didn't go first and open a PR for one reason, and…
-
-
https://jex.im/regulex/#!flags=&re=%5E(a%2B%7Cb%5Ba-f%5D)*%3F%24