From 3ee662fa1a295dc9282911be66bd219eabdbd019 Mon Sep 17 00:00:00 2001
From: Jonathan Turkanis Effects: Returns the result of Effects: Returns a starting iterator to a sequence of characters
representing the regular expression. Effects: Returns termination iterator to a sequence of characters
representing the regular expression. Effects: Returns the length of the sequence of characters representing
the regular expression. Effects: Returns the maximum length of the sequence of characters
@@ -818,7 +819,7 @@ locale_type getloc() const;
traits_inst is a (default initialized) instance of the template
parameter Effects: Swaps the contents of the two regular expressions.assign(p)
.basic_regex iterators
-
+
const_iterator begin() const;
+
const_iterator end() const;
basic_regex capacity
-
+
size_type size() const;
+
size_type max_size() const;
traits
stored within the object.basic_regex swap
-
+
void swap(basic_regex& e) throw();
Useful further information can be found at:
Short tutorials on regular expressions can be - found here and here.
+ found here and here.The main book on regular expressions is Mastering Regular Expressions, published by O'Reilly.
allocator_type get_allocator()const; +allocator_type get_allocator()const;Effects: Returns a copy of the Allocator that was passed to the object's diff --git a/doc/basic_regex.html b/doc/basic_regex.html index c7a25d2e..a2aa6f96 100644 --- a/doc/basic_regex.html +++ b/doc/basic_regex.html @@ -672,24 +672,25 @@ template <class ST, class SA> basic_regex& operator=(const basic_string<charT, ST, SA>& p);
Effects: Returns the result of assign(p)
.
+const_iterator begin() const;Effects: Returns a starting iterator to a sequence of characters representing the regular expression.
-+const_iterator end() const;Effects: Returns termination iterator to a sequence of characters representing the regular expression.
basic_regex capacity
-+size_type size() const;Effects: Returns the length of the sequence of characters representing the regular expression.
-+size_type max_size() const;Effects: Returns the maximum length of the sequence of characters @@ -818,7 +819,7 @@ locale_type getloc() const; traits_inst is a (default initialized) instance of the template parameter
traits
stored within the object.basic_regex swap
-+void swap(basic_regex& e) throw();Effects: Swaps the contents of the two regular expressions.
diff --git a/doc/contacts.html b/doc/contacts.html index cf4f1e2b..645460ec 100644 --- a/doc/contacts.html +++ b/doc/contacts.html @@ -53,7 +53,7 @@ spot any bugs, please get in touch.Useful further information can be found at:
Short tutorials on regular expressions can be - found here and here.
+ found here and here.The main book on regular expressions is Mastering Regular Expressions, published by O'Reilly.
Information on the diff --git a/doc/gcc-performance.html b/doc/gcc-performance.html index 6f22ddb8..5fc80bbb 100644 --- a/doc/gcc-performance.html +++ b/doc/gcc-performance.html @@ -54,7 +54,7 @@
Comparison 1: Long Search
For each of the following regular expressions the time taken to find all occurrences of the expression within a long English language text was measured - (mtent12.txt + (mtent12.txt from Project Gutenberg, 19Mb).