diff -r 4df586851b0f Doc/howto/regex.rst --- a/Doc/howto/regex.rst Tue Feb 15 20:48:59 2011 +0100 +++ b/Doc/howto/regex.rst Fri Feb 18 00:08:16 2011 +0100 @@ -76,7 +76,7 @@ Here's a complete list of the metacharacters; their meanings will be discussed in the rest of this HOWTO. :: - . ^ $ * + ? { [ ] \ | ( ) + . ^ $ * + ? { } [ ] \ | ( ) The first metacharacters we'll look at are ``[`` and ``]``. They're used for specifying a character class, which is a set of characters that you wish to