further_info.qbk 1.3 KB

1234567891011121314151617181920212223242526272829303132333435
  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. [section:futher References and Further Information]
  8. The main Perl regular expression tutorial can be found [@http://perldoc.perl.org/perlretut.html here],
  9. there's a much shorter summary of the main features [@https://www.cs.tut.fi/~jkorpela/perl/regexp.html here].
  10. The main book on regular expressions is
  11. [@http://www.oreilly.com/catalog/regex/ Mastering Regular Expressions, published by O'Reilly].
  12. Boost.Regex forms the basis for the regular expression chapter of the [tr1].
  13. The [@http://www.opengroup.org/onlinepubs/7908799/toc.htm Open Unix Specification]
  14. contains a wealth of useful material,
  15. including the POSIX regular expression syntax.
  16. The [@http://www.cs.ucr.edu/~stelo/pattern.html Pattern Matching Pointers]
  17. site is a "must visit" resource for anyone interested in pattern matching.
  18. [@http://glimpse.cs.arizona.edu/ Glimpse and Agrep], use a simplified
  19. regular expression syntax to achieve faster search times.
  20. [@http://glimpse.cs.arizona.edu/udi.html Udi Manber]
  21. and [@http://www.dcc.uchile.cl/~rbaeza/ Ricardo Baeza-Yates] both have a
  22. selection of useful pattern matching papers available from their respective web sites.
  23. [endsect]