T17: WASM match() for start-of-string #54

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

Task 17: WASM Match

Wave: 4 (WASM API Parity)
Category: unspecified-high
Parent: Epic #37
Depends on: T8

What to do

  • Add match() method to JsRegex (returns JsMatch if match at position 0)

Acceptance Criteria

  • new JsRegex("abc").match("abc") returns JsMatch
  • new JsRegex("abc").match("xabc") returns undefined

Commit

feat: WASM match() for start-of-string

## Task 17: WASM Match **Wave**: 4 (WASM API Parity) **Category**: unspecified-high **Parent**: Epic #37 **Depends on**: T8 ### What to do - Add match() method to JsRegex (returns JsMatch if match at position 0) ### Acceptance Criteria - [ ] new JsRegex("abc").match("abc") returns JsMatch - [ ] new JsRegex("abc").match("xabc") returns undefined ### Commit `feat: WASM match() for start-of-string`
Sign in to join this conversation.
No description provided.