-
### Bug report
Duplicate named subpatterns in RegEx are detected by PHPStan (which is amazing! Thank you for that!)
`/foo(?Ptest)|test(?Pfoo)/J` will always have a match with the key `test`.
ht…
-
Hi,
First thanks for this, it's great.
Would it be possible to implement capture groups ?
IE contrived example:
text: `my_function2()`
search: `(.*)fun.*(\d+)`
replace: `"$2$1$2"`
give…
-
Related to #695 and possibly related to #491 (specifically similar to [the second half of this comment](https://github.com/arktypeio/arktype/issues/491#issuecomment-1556260343)), it would be reasonabl…
-
### Description
It appears that Typst currently doesn't support named regular expression groups since the crate used [doesn't support them either](https://discord.com/channels/1054443721975922748/108…
-
I've been looking at how cucumber-expressions could be adopted in Behat.
One feature of our existing two pattern syntaxes (regex and turnip) is that they can name the arguments.
e.g.
```
@Whe…
-
## Describe the issue
The expression of a back reference on an "endRegex" rule to a capaturing group in a "beginRegex" is parsed at the time of the "compilation" of the set of rules, and not at the…
-
```r
lint("# abc\n", todo_comment_linter('abc', except_regex = "(abc)"))
# Error in `h()`:
# ! Linter `linter()` failed in /tmp/Rtmp6XgIZm/file2adee8120fb1df:
# invalid argument type
# Run `rlang…
-
I couldn't notice that I can't use regex capturing groups from the URL to match (the one in the " Enable URL" column) in the URL the extension redirects to.
One way to implement it is by having a t…
-
I'm trying to color the different parts of the message by group names but I don't know if this can be done.
It would be a good feature to add in case that it does not exist.
![image](https://user-…
-
We should see if we can support decorating captured groups.