-
How are you suppose to allow a compiled regex pattern to be matched from multiple threads concurrently.
If I have a jit stack that is thread local but the pcre2_match_context is effectively tied t…
-
# Feature Request: Enhanced Character Matching with Exceptions Management
This feature aims to allow users to define **custom regex-based rules** through the YAML configuration section of the Obsid…
-
Can zopen query be used to regex match packages against locally installed tools?
-
### Summary
I have a feature request: It would be nice if it was possible to replace one regex-match with another one from the same input string for the the `regexp_substitutions` argument of [`nip…
-
### Component(s)
processor/redaction
### Is your feature request related to a problem? Please describe.
I want the processor to never redact specific values, such as email addresses from specific d…
-
I'm trying to add match as regex, where it should match and use for generator only files with specific extension:
```
match:
- '/.*\.(sass|scss|less|css)/g'
```
But I'm not getting any matches …
-
### Description
Inkscape supports to "link" images in SVG files by setting the `xlink:href` attribute of `` to a path relative to the SVG file. Currently, Typst only supports base64 encoded embedde…
-
Currently the code uses the same regex multiple times:
```gd
func get_authorization_host() -> String:
var matches = url_regex.search(authorization_url)
if matches == null: return ""
return m…
-
I have tried Header Regex Match but could not get it to work, not with existing nor with custom headers.
On the [Thunderbird page](https://kb.mozillazine.org/Mail_and_news_settings), mailnews.cust…
-
I want to filter the results generated by infer.
For the purpose I use the command `infer report`.
In the documentation there are `allow` and `block` options, to whitelist/blacklist findings based o…