Raku / whateverable

🤖 Different IRC bots that operate on a bunch of prebuilt Rakudo versions
https://gist.github.com/Whateverable
GNU Affero General Public License v3.0
18 stars 14 forks source link

non-perl5 regexes and greppable #150

Open AlexDaniel opened 7 years ago

AlexDaniel commented 7 years ago

Quotable accepts Perl 6 regexes, but Greppable takes pcre stuff. Dog fooding to the max, everything should use Perl 6 regexes, even if it is a little bit slower.

At least, we can start with an option and see how it goes.

AlexDaniel commented 7 years ago

For example, this will let users to control case sensitivity from within the regex, without learning any special bot syntax.