-
The `regexp` validator uses `re.match`:
https://github.com/pallets-eco/wtforms/blob/bbfb78c487a2d95dd012a6332d719a3d440498f9/src/wtforms/validators.py#L352
This means that it's not trivial to en…
-
Hello,
I tried to use a custom regex by adding it :
![image](https://github.com/user-attachments/assets/c56d55b6-3f08-419a-ba93-1a3c726f7c3d)
Result :
![image](https://github.com/user-attachm…
-
**Failure link**
---
From internal [Test_openjdk11_j9_special.system_s390x_linux_testList_5](https://hyc-runtimes-jenkins.swg-devops.com/job/Test_openjdk11_j9_special.system_s390x_linux_testList_5/6…
-
I have a project that uses both Lombok and Hibernate JPA ModelGen. Until version 1.35 of the "Language Support for Java" extension, everything worked fine. After upgrading the plugin and cleaning the …
-
- [x] Templates
I would like to use templates in the `content: |` section of a file.
Templates could be `projekt.url` or `projekt.name' or all in the configuration accessible data of a project.
- [ ]…
-
I was wondering if there's a facility such as https://en.cppreference.com/w/cpp/regex/regex_replace in CTRE?
So far I was only able to come up with something not great
```c++
static constexpr a…
-
Hi, I like this extension and I found an option in config, we can change regex from settings. Now let me show my problem and probably we can find a solution with modifying regex pattern. I'm using `cn…
-
[This line](https://github.com/shikijs/textmate-grammars-themes/blob/4ba3354f2c1bc9a3904ab314a489343bb0d5c94b/packages/tm-grammars/grammars/mdc.json#L556) in the MDC grammar is an invalid Oniguruma pa…
-
## Is It Possible to Unify KCL and Python Regex Interfaces?
**Is your feature request related to a problem? Please describe:**
When working with regular expressions (regex), I've encountered a sig…
-
The syntax highlighting breaks while pattern matching with `switch` and `regex` while having a `+` in a string in the same line.
Removing the `+` or not having the pattern as a `regex` fixes the hi…