-
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…
-
.net 7 added [GeneratedRegex] attribute for compile-time code generation. https://learn.microsoft.com/en-us/dotnet/standard/base-types/regular-expression-source-generators
feature request: show [Ge…
-
It appears that Factors `regexp` might not correctly handle alternatives. When testing the regex `"(\\\\|\\"|[^"])*"`, Regex101 gives the following matches:
![image](https://user-images.githubusercon…
-
### Describe the Bug
I’m trying to add basic validation to an input field where I want the user to enter either a valid email address, or nothing at all.
I’m using regex and in theory this shou…
-
**Is your feature request related to a problem? Please describe.**
New rule to find cleartext passwords in SQL files
**Describe the solution you'd like**
I start using this rule:
`(?i)(alter use…
-
**Is your feature request related to a problem? Please describe.**
I'm always frustrated when I have the output regex and want to test it against even more text samples.
**Describe the solution yo…
-
I am trying to match the following RegEx
`RegEx *r1 = regex_create("\\d{1,3}[dwmy]");`
but it's not accepted. As a matter of fact, it seems like your regexes are very limited, as e.g. the normal…
-
Hey @mcsf - thanks again for our great chat at WordCamp Porto last weekend!
I've just tried to insert ">" in the alt attribute of the image block (WordPress 6.5.3) and it looks like the ">" is enco…
-
[//]: # (Note: If you are unsure about or have questions related to your feature request prefer making a discussion first. After we understand what you are looking for we can easily create an issue …
-
**Is your feature request related to a problem? Please describe.**
I'm dealing with non-JSON log files that contain variable-width source file identifiers.
I would like to align log entries using `…