Posted By: Simon Strandgaard
Date: 2003-11-29 21:46
Summary: regexp-engine 0.5 released
Project: AEditor
Since last version there has been added MANY things.
* character-classes /[a-zABCD]/
* anchors /^\A\b\B\z\Z$/
* pure-grouping /z(?:.*)z(.*?)z/
* positive-lookahead /z(?=yyy)/
Download it here:
http://rubyforge.org/download.php/224/regexp-engine-0.5.tar.gz |
|