RSS | Module Info | Add a review of Regexp-Common

1 out of 17 found this review helpful:

Regexp-Common (2.122)

This is a useful module. However, it would be a much better module if all the cruft, like regular expressions to match tv urls, was removed from it. Unless tv urls are much more common than I had thought?

BKB - 2008-08-21 01:18:01
Was this review helpful to you?  Yes No

7 out of 7 found this review helpful:

Regexp-Common (2.120) ***

I needed a handy Regexp to strip some comments from a JavaScript program and found them here. Works great. My only concern (without looking at the module internals) is that I've got a lot of unused Regexp's for other comment types sitting in memory that I just don't need (40+ languages).

Alas, I tried using it for matching URIs and was dissatisfied. I can understand that it doesn't recognize unusual URI types, such as doi or svn, but it doesn't recognize https or ftps. Yuck.

Robert Rothenberg - 2006-11-25 14:27:00
Was this review helpful to you?  Yes No

4 out of 4 found this review helpful:

Regexp-Common (2.120) ****

Regexp::Common::profanity does not catch half the naughy English words I fed it, and can't be extended to cope with them. It would have been nice to know this before installing and testing, but I guess a list of naughty words in the POD is asking a bit much.

Not sure why the regular expressions are not created with qr// ...

Lee Goddard - 2006-06-14 03:16:42
Was this review helpful to you?  Yes No

2 out of 2 found this review helpful:

Regexp-Common (2.120) ****

Don't reinvent the wheel of regexes. A must to have in his own Perl toolbox or module.

alexandre dulaunoy - 2006-03-12 08:07:06
Was this review helpful to you?  Yes No

3 out of 4 found this review helpful:

Regexp-Common (2.120) ****

This is a very useful module-- I integrated support for it into Data::FormValidator.

However, the overly comprehensive test suite is a pain to wait for. My impression is that the tests go beyond testing this project, and are re-validating that the underlying regular expression of Perl actually works. That seems unnecessary. While I'm for comprehensive testing, I think some simpler is possible here.

Mark Stosberg - 2006-01-12 08:12:44
Was this review helpful to you?  Yes No

1 out of 2 found this review helpful:

Regexp-Common (2.115) *****

Nothing more to say to this *de facto* standard module.

Murat

Murat Uenalan - 2004-06-10 01:34:47
Was this review helpful to you?  Yes No

2 out of 2 found this review helpful:

Regexp-Common (2.113) *****

A great module for helping us avoid the need to work out these complex regular expressions over and over. If you need/want to use a regular expression to determine if that's a valid IP address, or if this form has any profanity you can, it's easy.

I think the documentation tends to waffle on a bit too much and it's tempting to skim over it trying to find what you're looking for only to realise that the example you're looking at is completely different to what you thought it was.

Jacinta Richardson - 2003-11-20 23:52:01
Was this review helpful to you?  Yes No


the camel