Regexp--Common
Regexp--Common copied to clipboard
Common patterns
I was surprised that `"'\n'" =~ /$RE{quoted}/` succeeds but `"'\\\n'" =~ /$RE{quoted}/` fails, unless I explicitly add the `s` modifier (`"'\\\n'" =~ /$RE{quoted}/s`). I gather the problem is that, while...
Converting ticket 51132 into a pull request
From what I see in the [http module](https://github.com/Abigail/Regexp--Common/blob/master/lib/Regexp/Common/URI/http.pm) and in the [tests](https://github.com/Abigail/Regexp--Common/blob/master/t/URI/http.t, there), there's no support for [modern TLDs](http://en.wikipedia.org/wiki/Top-level_domain#Proposed_domains). Also, no updates in 3 years?
Hello Abigail! I'm a `Regexp::Common` user and found the distribution listed at [CPAN Digger](https://cpan-digger.perlmaven.com/) as missing metadata. After taking a look at the repository, I decided to migrate the distribution...