firasdib / Regex101

This repository is currently only used for issue tracking for www.regex101.com
3.26k stars 199 forks source link

julia #1434

Open zhou11630 opened 3 years ago

zhou11630 commented 3 years ago

Feature

just wonder if you can make it useful for Julia language?

Doqnach commented 3 years ago

Julia has Perl-compatible regular expressions (regexes), as provided by the PCRE library

So it should be PCRE compatible?

In case of a "code generator" template for Julia, please see: https://github.com/firasdib/Regex101/wiki/Writing-a-Code-Generator

working-name commented 3 years ago

Just FYI they seem to link to PCRE2: julia docs -> strings -> regular expressions