-
**Describe the bug (including copyable syntax)**
Today vscode-styled-components highlights the `styled(Component)(` pattern
like it does with the styled(Component)` pattern:
But shoul…
-
**Is your feature request related to a problem? Please describe.**
New rule to find cleartext passwords in SQL files
**Describe the solution you'd like**
I start using this rule:
`(?i)(alter use…
-
First time install lanv and bit shocked it cant show very simple log format:
```json
{"time":"2019-04-11 15:13:17", "level":"alert", "msg":"Hello"}
{"time":"2019-04-11 14:33:58", "level":"error", …
-
Regex ile hashtagleri algılamak ve bunlara link atamak için 'preg_replace' kullandım.
```php
$text = preg_replace('/(?#$1', $text);
```
Direkt çalışan örneği de bu linkte:
```
https:/…
-
ABAP regex is different from PCRE. However, it looks to me that the transpiler uses PCRE regex.
ABAP Example (from Phone Number exercise, which works without errors in ABAP but fails in Exercism):
…
-
## Feature
Due to regex engine in Python 3.7+ (contain 3.7) is different form Python 3.6 and below, Python should be divided into two parts. Regex101 only supports the eariler versions.
### Take '…
A-hoy updated
3 years ago
-
**Describe the bug**
The following regex within whitelist filter isn't working as intended:
"From: \+1234567890\nDevice: .*\nMessage:\nPANIC ALARM\n\n"
No forwarding of messages that have this text…
-
**Is your feature request related to a problem? Please describe.**
I'm always frustrated when I have the output regex and want to test it against even more text samples.
**Describe the solution yo…
-
https://github.com/MuiseDestiny/zotero-reference/blob/e8ac96c070db533b541ab681d23c79482b696304/src/modules/utils.ts#L11-L13
### how to reproduce
It might catch illegal characters following doi (…
-
[//]: # (Note: If you are unsure about or have questions related to your feature request prefer making a discussion first. After we understand what you are looking for we can easily create an issue …