Evaluată cu 4 din 5 stele

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!

Această recenzie este pentru o versiune anterioară a suplimentului (0.10.6).