-
**New feature**
Basically, we could have an iterator function (like `map`, `select`, etc) that can sequentially process regex matches/groups and return a replacement for each match/group, according…
-
This Regex matches more than just `fileuniqueid*` tokens:
https://github.com/pnp/pnpframework/blob/83eaf1f88370b8fd35245a3ce2a01272178f4869/src/lib/PnP.Framework/Provisioning/ObjectHandlers/Utiliti…
-
It would be useful to hide secret by testing case-insensitive regex rules than today.
A false positive is better than a pawn :)
# Integration proposal
Today, code implements a strict `include…
-
### Description
In typst 0.12, `regex("^\w")` matches multiple times in the first word of a paragraph.
This is a regression from 0.11, where it behaved as expected (see below).
In this example,…
-
| Affected integration |
|---|
| AWS, Cloudwatch|
## Description
I have fresh installation of Wazuh 4.9.0-1, I try to read logs from Cloudwatch logs and it seems to be reading it fine. These log…
-
- we should warn when we see a space after a colon in the regex definition
- when the regex fails, we should show a tooltip in the frontend on top of the X saying that i.e. regex doesnt match, or the…
-
## The Problem
The output for `$_="0X";put m/\d/,m/X/;` should be `0X`, but it is `XX`.
## Related examples
The output for `$_="0X";put m/\d/;` is `0`, which is correct.
The output for `$_="…
-
For example, the `directory` field in pack overlays needs to match `[-_a-zA-Z0-9.]+`
-
### Describe the enhancement requested
I'm Coming from AwkwardArray and Polars use, trying to vectorize the equivalent of finding the byte offsets (or character spans) of all regex matches in an arra…
-
Ikey found there are monitoring.yaml files with bad values. e.g. a URL in a release ID field
- Make sure each value matches type
- Maybe regex'ing for sanity (esp URL)