评分4星,满分5星

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!

这个评论是针对附加组件的一个早期版本的(0.10.6)。