Skip to content

Commit 1deb486

Browse files
committed
add special variable: ${^LAST_SUCCESSFUL_PATTERN}
1 parent df9ead2 commit 1deb486

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

MILESTONES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ The following areas are currently under active development to enhance the functi
313313

314314
- **v5.42.2**: Next minor version
315315

316-
- Add special variable `@{^CAPTURE}`.
316+
- Add special variables: `@{^CAPTURE}`, `${^LAST_SUCCESSFUL_PATTERN}`.
317317
- Planned release date: 2025-12-10.
318318

319319
- Work in Progress

docs/FEATURE_MATRIX.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ my @copy = @{$z}; # ERROR
252252
-**lvalue `pos`**: lvalue `pos` operator is implemented.
253253
-**`m?pat?`** one-time match is implemented.
254254
-**`reset`** resetting one-time match is implemented
255-
-**`@-`, `@+`, `%+`, `%-`, `@{^CAPTURE}` variables**: regex special variables are implemented
255+
-**`@-`, `@+`, `%+`, `%-`, `@{^CAPTURE}`, `${^LAST_SUCCESSFUL_PATTERN}` variables**: regex special variables are implemented
256256
-**`$&` variables**: `` $` ``, `$&`, `$'`, `$+` special variables are implemented, and aliases: `${^PREMATCH}`, `${^MATCH}`, `${^POSTMATCH}`.
257257
-**`[[:pattern:]]`**: `[[:ascii:]]`, `[[:print:]]` are implemented.
258258
-**Matching plain strings**: `$var =~ "Test"` is implemented.

0 commit comments

Comments
 (0)