From Jason Turner

[re.general]

Diff to HTML by rtfpessoa

tmp/tmplos3u6so/{from.md → to.md} RENAMED
@@ -1,9 +1,9 @@
1
- ## General <a id="re.general">[[re.general]]</a>
2
 
3
- This Clause describes components that C++ programs may use to perform
4
- operations involving regular expression matching and searching.
5
 
6
  The following subclauses describe a basic regular expression class
7
  template and its traits that can handle char-like [[strings.general]]
8
  template arguments, two specializations of this class template that
9
  handle sequences of `char` and `wchar_t`, a class template that holds
@@ -26,5 +26,8 @@ summarized in [[re.summary]].
26
  | [[re.alg]] | Algorithms | |
27
  | [[re.iter]] | Iterators | |
28
  | [[re.grammar]] | Grammar | |
29
 
30
 
 
 
 
 
1
+ ### General <a id="re.general">[[re.general]]</a>
2
 
3
+ Subclause [[re]] describes components that C++ programs may use to
4
+ perform operations involving regular expression matching and searching.
5
 
6
  The following subclauses describe a basic regular expression class
7
  template and its traits that can handle char-like [[strings.general]]
8
  template arguments, two specializations of this class template that
9
  handle sequences of `char` and `wchar_t`, a class template that holds
 
26
  | [[re.alg]] | Algorithms | |
27
  | [[re.iter]] | Iterators | |
28
  | [[re.grammar]] | Grammar | |
29
 
30
 
31
+ The ECMAScript Language Specification described in Standard Ecma-262 is
32
+ called *ECMA-262* in this Clause.
33
+