Changes between Version 9 and Version 10 of Microregex
- Timestamp:
- 12/28/08 20:50:42 (21 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Microregex
v9 v10 8 8 * The following escapes do not work: 9 9 * \G 10 * The following escapes do not work as of 1.0b6 (but now work in SVN):11 * \c12 * \l13 * \u14 * \L15 * \U16 * \E17 * \Q18 * \B19 * \A20 * \Z21 * \z22 10 23 11 For more information on Perl regular expression syntax, see [http://www.perl.com/doc/manual/html/pod/perlre.html here]. … … 25 13 == Downloading == 26 14 27 The latest version is [http://www.kite-language.org/files/microregex-1.0b 6.tar.gz 1.0b6].15 The latest version is [http://www.kite-language.org/files/microregex-1.0b7.tar.gz 1.0b7]. 28 16 29 17 == Installation ==
