-
Add functionality so that the DDL regex defined in a configuration variable will be ignored and not executed.
-
Hello,
I made a small test with a string that may contains email. Here the result :
![image](https://github.com/user-attachments/assets/1b211dad-dec6-43ce-9ddb-f462636c51a8)
As you can see, one…
-
Allow users to set Regex patterns to block words or phrases contained in messages. Look out for vulnerability issues before implementing.
Extends:
- #112
-
### Problem: Email is not checked properly, as I can have entry like: anne@google, hence does not check for `.com`
![Screenshot 2024-11-15 162351.png](https://raw.githubusercontent.com/nus-cs2103-AY…
-
### Problem: Email is not checked properly, as I can have entry like: anne@google, hence does not check for `.com`
![Screenshot 2024-11-15 162351.png](https://raw.githubusercontent.com/Anvita2110/pe…
-
Convert it to manually parse the URI instead.
-
### Describe the bug
Testing `\s([^\s\[]+)(?:\[(\d+)\])?:\s` against this input:
```
Nov 11 21:03:26 abc2 def.sh[1]:
Nov 11 21:03:26 abc2 def.sh:
```
It shows no match.
![image](https…
-
I am working on a python based logbook.
The dxcc lookup is based on dxcc.json
Only I experience some Regex issues with European Russia and Asiatic Russia.
For example with: RV9AL
Filtering…
PD5DJ updated
2 weeks ago
-
Microsoft just added:
- [ ] REGEXTEST: Checks if any part of supplied text matches a regex pattern.
- [ ] REGEXEXTRACT: Extracts one or more parts of supplied text that match a regex pattern.
- […
-
Hi
We've started using `@properLinks` from https://github.com/universal-ember/ember-primitives but we would like to use a regex to ignore some URLs
Could you update this lib with this feature?