]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/regex/doc/further_info.qbk
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / regex / doc / further_info.qbk
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
11 Short tutorials on regular expressions can be
12 [@http://etext.lib.virginia.edu/helpsheets/regex.html found here] and
13 [@http://www.linuxpcug.org/lessons/regexp.html here].
14
15 The main book on regular expressions is
16 [@http://www.oreilly.com/catalog/regex/ Mastering Regular Expressions, published by O'Reilly].
17
18 Boost.Regex forms the basis for the regular expression chapter of the [tr1].
19
20 The [@http://www.opengroup.org/onlinepubs/7908799/toc.htm Open Unix Specification]
21 contains a wealth of useful material,
22 including the POSIX regular expression syntax.
23
24 The [@http://www.cs.ucr.edu/~stelo/pattern.html Pattern Matching Pointers]
25 site is a "must visit" resource for anyone interested in pattern matching.
26
27 [@http://glimpse.cs.arizona.edu/ Glimpse and Agrep], use a simplified
28 regular expression syntax to achieve faster search times.
29
30 [@http://glimpse.cs.arizona.edu/udi.html Udi Manber]
31 and [@http://www.dcc.uchile.cl/~rbaeza/ Ricardo Baeza-Yates] both have a
32 selection of useful pattern matching papers available from their respective web sites.
33
34 [endsect]
35
36