-
I've tried this example and had the same parser error reported here:
https://forums.asp.net/t/2088064.aspx?Membership+Password+Strength+Regular+Expression+Property
---
#### Document Details
⚠ *Do no…
-
Hi,
Thank you for developing **yaa**. While trying out **yaa**, I ran into the following error:
```
git clone https://github.com/trailofbits/semgrep-rules/
cd semgrep-rules/
yaa index .
```
…
-
Hi,
Thanks for the amazing tool.
When I use regex patterns that start with a minus sign, it fails to recognize the pattern. I also tried escaping the minus with backslash and that it did not work …
-
**API Platform version affected**: 4.0.2 (Symfony 7.1)
**Description**
After updating the API platform from version 3 to 4, I encountered an issue. I have a regex pattern defined in the schema f…
-
It would be great if we can add a list of regex patterns to ignore in the vscode settings file.
-
## Describe the Bug
When upgrading to Puppet Server version 8.6.3, certain node regex patterns stop functioning correctly. Specifically, regex patterns that use negative lookahead (`?!`) no longer ma…
-
http://json-schema.org/understanding-json-schema/reference/regular_expressions.html
-
**Describe the bug**
Trying to use both `pattern-regex` and `pattern` in a single rule and they do not seem to be compatible. I am hoping this is just user error, but I have tried a number of combina…
-
Context
I use the Paste Image Rename plugin to rename files dynamically based on templates. My workflow requires appending the file extension (e.g., .png, .jpg) to the renamed file title automatica…
-
The current regex fails to validate 'https://hackmd.io/@abdelhamid/ethereum-alignment' as a valid URL.
I would suggest to replace the regex with a library like https://validators.readthedocs.io or …