-
I'm not asking for https://github.com/neovim/neovim/issues/304 , or even the "refactoring regex matching to a swappable plugin" suggestion within there. As much as I would love that, it seems to me th…
-
lens-regex-pcre doesn't use pcre-heavy for replacement, should benchmark it.
-
## Flavor Request
I have a biased interest as the creator of the new [`regex`](https://github.com/slevithan/regex) library (which is a spiritual successor to the broadly-used [XRegExp](https://gith…
-
- [X] Pattern new type: `pat pattern = _^hello$_;`
- [ ] Allow pattern initialization with a string `pat pattern = "^with a string$";`
`pat` methods are:
- [X] `pattern.match(str subject) > [str]…
-
### Dupe Check
- [X] I have [searched Warp feature requests](https://github.com/warpdotdev/warp/issues?q=is%3Aissue+label%3A%22Feature+requests%22) and there are no duplicates
### Describe the s…
-
Hi and thanks for your very nice `zsh` plugin.
I had issues insalling it on my 2021 Macbook Pro (M1 Max, Ventura 13.6.2)
After install, Auto complete failed with this error message
```
❯ ss…
-
This is a feature request to allow to replace replacement, ie. to restart replace after next character of the match instead of the next character after the match.
Currently, recursive regexes must …
-
I am trying to recreate your desatomat tool in python so I can make a LL(1) ANTLR & EBNF grammer parser.
The following types are missing from `pcre.hpp` but were present in the output of the desatoma…
-
The readme includes [subroutines](https://github.com/rbuckton/proposal-regexp-features#subroutines) as a potential ES regex feature, and describes named subroutines with the Perl syntax `(?&name)`.
…
-
I have a segfault when using libpcre.zig as a module, any idea?
also, cloning the repo and running tests locally seems to be ok
zig version: 0.12.0
system: arch
```
$ zig build run
Segment…