-
Feature request: Regex Literals: Support for regex literals and pattern matching enhancements (Swift 6.2)
This feature is currently not supported in SyntaxKit. Please add support for this Swift langu…
-
For certain validation scenarios it is useful to check if the value matches a regular expression or the value meets the format of well known formats. here are some example formats from a Golang valida…
-
Hi, would it be possible to add support for regular expressions (like wildcards) in search?
Tools like Everything on Windows have this, and it's super handy.
Really appreciate your work on this, es…
-
Simple question1
I know that in previous version of NAXSI it was impossible use "pipe" symbol in regex.
Maybe in next version it can be realised?
-
There is a pattern error in this line:
https://github.com/SystangoTechnologies/git-secrets/blob/5534834979b259bd4a7bde505809b56f59c3defc/git-secrets#L268C69-L268C73
[a|T] should be [a|A]
-
migrate regex functions to regex module
-
I tried the example on Lune's official docs page, even with the latest version that I just installed and it doesn't work
```lua
local Regex = require("@lune/regex")
local re = Regex.new("hello")
if r…
-
I noticed this allocates too much:
https://github.com/dotnet/msbuild/blob/4b2d01ad2b0ef3ee4a05ed29ff1ec2b558b51f17/src/Shared/FileMatcher.cs#L1498
 to validate emails. The regex is explained in the reference, and it seems to work natively on th…
-
When i try to add exclude for "Unidentified" mod, it makes "!fied m" which shows in stash both Identified and Unidentified maps
Maybe better change for regex as "!nid" for exclude Unidentified maps a…