Noté 4 sur 5 étoiles

RegExp works nicely once you figure out which RegExp it uses. I wish it liked anchors (\, ^, $) and posix character classes ([[:alpha:]], etc.). But character substitution ([...], [^...], \w, \W, etc.) and both greedy and nongreedy repetition (*, +, {,}) work nicely. Thank you Shimoda!

Cette critique concerne une version précédente du module (0.10.6).