T25: Add \A, \z, \Z anchors #62

Open
opened 2026-03-24 22:31:27 +03:00 by NiXTheDev · 0 comments
NiXTheDev commented 2026-03-24 22:31:27 +03:00 (Migrated from github.com)

Task 25: New Anchors

Wave: 6 (Anchors + Cleanup)
Category: unspecified-high
Parent: Epic #37
Depends on: T1

What to do

  • Add \A (start of string), \z (end of string), \Z (end or before final newline) anchors

Acceptance Criteria

  • Test file: ogex/tests/anchor_tests.rs
  • \A matches start of string only (not multiline)

Commit

feat: \A, \z, \Z anchors

## Task 25: New Anchors **Wave**: 6 (Anchors + Cleanup) **Category**: unspecified-high **Parent**: Epic #37 **Depends on**: T1 ### What to do - Add \A (start of string), \z (end of string), \Z (end or before final newline) anchors ### Acceptance Criteria - [ ] Test file: ogex/tests/anchor_tests.rs - [ ] \A matches start of string only (not multiline) ### Commit `feat: \A, \z, \Z anchors`
Sign in to join this conversation.
No description provided.