-
according to the [xpath 3.0 spec](https://www.w3.org/TR/xpath-functions-30/#func-matches), the `matches` function can take a third argument for regex flags.
however this doesn't seem to work in fon…
-
```
Esmre finds invalid regex matches that the vanilla re module shows do not exist.
The following unittest should pass, but does not due to the invalid match esmre
finds.
import unittest
import re…
-
### Describe the bug
When using regex for CORS origins, it seems that when there is a match between the regex and the Origin, it seems that `Access-Control-Allow-Credentials` header is false, and acc…
-
### Context
I got to spend a few hours working on getting `regress` support for `pattern` into `check-jsonschema`, and it works great! ... On version 0.4.5! :sweat_smile:
I don't fully understa…
-
I have a branch name like `ABCD-1223`
And the Pattern is set to: `^([A-Z]{3,5})-([0-9]{3,5})`
When I run the Prefix commit message, the prefix is set to `ABCD`, even though:
-
### URL(s)
https://GitHub.com/microsoft/referencesource/blob/master/README.md
### Description
I need to match `+`, `-`, `.`, `/` or a digit. Since all characters from `-` to `9` are in [the A…
-
Should be straightforward as:
```python
def match(regex, string, msg=""):
__tracebackhide__ = True
if regex.match(string):
return True
else:
log_failure(f"check {reg…
-
Hi,
First of all, thanks for bringing this project back to life.
If I'm not mistaken there's a duplication in the regex matchers:
- MatchesPattern
- StringRegularExpression
There were none …
-
### Component(s)
extension/observer/dockerobserver
### What happened?
## Description
We are seeing errors regaring image parsing in the `otelcol` binary.
```
otelcol[4045]: 2024-09-30T14:16:04.9…
-
I wanna trigger lint error when barrel ( index ) file has `.tsx` extension.
Also this rule should check that files use kebab case only.
> Why? `tsx` == `component inside` and barrel files are su…