We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95a84ad commit b9f073eCopy full SHA for b9f073e
python/ql/test/library-tests/regex/FirstLast.expected
@@ -4,6 +4,7 @@
4
| (?!not-this)^[A-Z_]+$ | first | 12 | 13 |
5
| (?!not-this)^[A-Z_]+$ | first | 13 | 19 |
6
| (?!not-this)^[A-Z_]+$ | first | 13 | 20 |
7
+| (?!not-this)^[A-Z_]+$ | last | 3 | 11 |
8
| (?!not-this)^[A-Z_]+$ | last | 13 | 19 |
9
| (?!not-this)^[A-Z_]+$ | last | 13 | 20 |
10
| (?!not-this)^[A-Z_]+$ | last | 20 | 21 |
@@ -101,6 +102,7 @@
101
102
| ^[A-Z_]+$(?<!not-this) | first | 0 | 1 |
103
| ^[A-Z_]+$(?<!not-this) | first | 1 | 7 |
104
| ^[A-Z_]+$(?<!not-this) | first | 1 | 8 |
105
+| ^[A-Z_]+$(?<!not-this) | first | 13 | 21 |
106
| ^[A-Z_]+$(?<!not-this) | last | 1 | 7 |
107
| ^[A-Z_]+$(?<!not-this) | last | 1 | 8 |
108
| ^[A-Z_]+$(?<!not-this) | last | 8 | 9 |
0 commit comments