mirror of
https://github.com/github/codeql.git
synced 2026-03-21 15:06:46 +01:00
6 lines
81 B
JavaScript
6 lines
81 B
JavaScript
/^(?<ws>\s+)\w+\k<ws>$/;
|
|
/(?<=.)/;
|
|
/(?<!.)/;
|
|
/\p{Number}/u;
|
|
/\P{Script=Greek}/u;
|