Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
Back to tool/Back to issues
#553·regexr

Add support for Raku regex

Author: vanillajonathanCreated Nov 17, 2025Updated Nov 17, 2025

Raku have their own regex dialect which is a bit different from PCRE, for example [a-z]+ would be written as <[a..z]>+

https://docs.raku.org/language/regexes

Source: gskinner/regexr

View original on GitHubView discussion on GitHub