Skip to content

Add RE2.test(input, offset, length)  #216

@ronag

Description

@ronag

Could avoid the need to create subarrays when matching

i.e.

re2.test(buffer.subarray(1,3)) vs re2.test(buffer, 1, 2)

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions