Features | Documentation | Changes |
Online version | Contact | License | Main
Page |
Convert Perl 5 regular expressions into Perl 6 - that is what this online program provides. DocumentationStart online version, enter a regular expression and press Convert to use it.Not everything is converted. Verification of the converted expression is recommended. ContactSend an email through here. |
FeaturesThis program can convert regular expressions such as /../ or m/reg/.The followings are converted (not everything): -\G,\b,\B,^,$,. -named groups, -capturing groups, -non-capturing groups, -independent groups, -look behind expressions, look ahead -expressions, option g,x,m,s, -character classes, spaces, -embedded code, comments, -repetition,back-references. Online versions
LicenseFree |