remram44 / regex-cheatsheet

Cheatsheet for different regex syntaxes
https://remram44.github.io/regex-cheatsheet/regex.html
279 stars 64 forks source link

Oniguruma #10

Open remram44 opened 8 years ago

remram44 commented 8 years ago

Oniguruma (and its fork Onigmo) is a regex library used by multiple software/languages such as Ruby (Onigmo since 2.0) and PHP.

I'm assuming the syntax matches PCRE but supported features may vary.