Skip to content

Add new regex module - #64

Open
SuperFola wants to merge 3 commits into
masterfrom
feat/re
Open

Add new regex module#64
SuperFola wants to merge 3 commits into
masterfrom
feat/re

Conversation

@SuperFola

Copy link
Copy Markdown
Member

This module tries to follow Python's re API, using google/re2 under the hood.

Implemented API:

  • re:match
  • re:search
  • re:fullMatch
  • re:findAll
  • re:sub
  • re:split
  • re:escape

@SuperFola
SuperFola force-pushed the feat/re branch 3 times, most recently from 1f0c4ab to 52e32c5 Compare August 27, 2026 14:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant