1[/ 2 Copyright 2006-2007 John Maddock. 3 Distributed under the Boost Software License, Version 1.0. 4 (See accompanying file LICENSE_1_0.txt or copy at 5 http://www.boost.org/LICENSE_1_0.txt). 6] 7 8 9[section:futher References and Further Information] 10 11The main Perl regular expression tutorial can be found [@http://perldoc.perl.org/perlretut.html here], 12there's a much shorter summary of the main features [@https://www.cs.tut.fi/~jkorpela/perl/regexp.html here]. 13 14The main book on regular expressions is 15[@http://www.oreilly.com/catalog/regex/ Mastering Regular Expressions, published by O'Reilly]. 16 17Boost.Regex forms the basis for the regular expression chapter of the [tr1]. 18 19The [@http://www.opengroup.org/onlinepubs/7908799/toc.htm Open Unix Specification] 20contains a wealth of useful material, 21including the POSIX regular expression syntax. 22 23The [@http://www.cs.ucr.edu/~stelo/pattern.html Pattern Matching Pointers] 24site is a "must visit" resource for anyone interested in pattern matching. 25 26[@http://glimpse.cs.arizona.edu/ Glimpse and Agrep], use a simplified 27regular expression syntax to achieve faster search times. 28 29[@http://glimpse.cs.arizona.edu/udi.html Udi Manber] 30and [@http://www.dcc.uchile.cl/~rbaeza/ Ricardo Baeza-Yates] both have a 31selection of useful pattern matching papers available from their respective web sites. 32 33[endsect] 34 35 36