mirror of
https://github.com/github/codeql.git
synced 2025-12-19 18:33:16 +01:00
6 lines
376 B
Plaintext
6 lines
376 B
Plaintext
| ExponentialRegex.cs:7:55:7:83 | "^(([a-z])+.)+[A-Z]([a-z])+$" |
|
|
| ExponentialRegex.cs:15:19:15:31 | "^([a-z]+)+$" |
|
|
| ExponentialRegex.cs:16:19:16:31 | "^([a-z]*)*$" |
|
|
| ExponentialRegex.cs:19:19:19:130 | "^([a-zA-Z0-9])(([\\-.]\|[_]+)?([a-zA-Z0-9]+))*(@){1}[a-z0-9]+[.]{1}(([a-z]{2,3})\|([a-z]{2,3}[.]{1}[a-z]{2,3}))$" |
|
|
| ExponentialRegex.cs:27:19:27:31 | "^([a-z]+)+$" |
|