k-takata / Onigmo

Onigmo is a regular expressions library forked from Oniguruma.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

invalid pattern compilation /(^*0m\d{2}\:\d{2}\:\d{2})/

black-jack-j opened this issue · comments

/(^*0m\d{2}:\d{2}:\d{2})/ pattern can be compiled successfully

UPD: any /(^*)/ is interpreted like /(\^*)/