File: further_info.qbk

package info (click to toggle)
boost1.62 1.62.0%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 686,420 kB
  • sloc: cpp: 2,609,004; xml: 972,558; ansic: 53,674; python: 32,437; sh: 8,829; asm: 3,071; cs: 2,121; makefile: 964; perl: 859; yacc: 472; php: 132; ruby: 94; f90: 55; sql: 13; csh: 6
file content (36 lines) | stat: -rw-r--r-- 1,320 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
[/ 
  Copyright 2006-2007 John Maddock.
  Distributed under the Boost Software License, Version 1.0.
  (See accompanying file LICENSE_1_0.txt or copy at
  http://www.boost.org/LICENSE_1_0.txt).
]


[section:futher References and Further Information]

Short tutorials on regular expressions can be 
[@http://etext.lib.virginia.edu/helpsheets/regex.html found here] and 
[@http://www.linuxpcug.org/lessons/regexp.html here].

The main book on regular expressions is 
[@http://www.oreilly.com/catalog/regex/ Mastering Regular Expressions, published by O'Reilly].

Boost.Regex forms the basis for the regular expression chapter of the [tr1].

The [@http://www.opengroup.org/onlinepubs/7908799/toc.htm Open Unix Specification] 
contains a wealth of useful material, 
including the POSIX regular expression syntax.

The [@http://www.cs.ucr.edu/~stelo/pattern.html Pattern Matching Pointers] 
site is a "must visit" resource for anyone interested in pattern matching.

[@http://glimpse.cs.arizona.edu/ Glimpse and Agrep], use a simplified 
regular expression syntax to achieve faster search times.

[@http://glimpse.cs.arizona.edu/udi.html Udi Manber] 
and [@http://www.dcc.uchile.cl/~rbaeza/ Ricardo Baeza-Yates] both have a 
selection of useful pattern matching papers available from their respective web sites.

[endsect]