-
In the CPP linting configuration, the regular expression designed to identify pointers on the right side (which are considered invalid) is:
```regex
[^=|(,\s>(data) = true;
}, &consistency_ch…
-
### What feature or new tool do you think should be added to DevToys?
Add a way to substitute all matches to a specific value like https://regex101.com/ do
### Why do you think this is needed?
Some…
-
This is a feature request for engine optimization.
Repro: https://3v4l.org/JKn6D/rfc#vgit.master_jit
Such dummy regexes like `(a|b|...|z)` are very common for language grammars or routing.
Th…
-
## Feature
Hi! I love the website, use it multiple times a week to check my regex. Often my workflow is that I'll write regex, paste it into the website, and check some test cases or check the expl…
-
With Saxon, `fn:matches("AB", "^(.*)+B")` returns false, and I don't understand why. I've ported Saxon's regex engine to Rust, and I'm also getting a false here (once I fixed another bug), which surpr…
-
I saw in another issue discussed in this repo that the scope for functions added to phpruntime may have started with the pcre* library and i am interested in this aspect of uniter and may be able to l…
-
http://regex101.com/
-
## Bug Description
When I am viewing or editing expressions on iOS, the highlights often misalign (see image below, from https://regex101.com/r/5m51B3/4).
![image](https://github.com/user-attachments…
-
Hi, I like this extension and I found an option in config, we can change regex from settings. Now let me show my problem and probably we can find a solution with modifying regex pattern. I'm using `cn…
-
In our case, we have logs that either by our code or third parties, the reality is that they can generate multi-line logs.
For example, for a log to output a stacktrace:
```
2024-01-01 12:00:00…