Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
2c519981
Commit
2c519981
authored
Sep 06, 2002
by
Skip Montanaro
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update docs to reflect that \b considers underscore to be part of a word.
parent
e99e2f53
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Doc/lib/libre.tex
Doc/lib/libre.tex
+2
-2
No files found.
Doc/lib/libre.tex
View file @
2c519981
...
...
@@ -322,8 +322,8 @@ escapes are treated as characters.
\item
[\code{\e b}]
Matches the empty string, but only at the
beginning or end of a word. A word is defined as a sequence of
alphanumeric
characters
, so the end of a word is indicated by
whitespace or a non-alphanumeric character. Inside a character range,
alphanumeric
or underscore characters
, so the end of a word is indicated by
whitespace or a non-alphanumeric
, non-underscore
character. Inside a character range,
\regexp
{
\e
b
}
represents the backspace character, for compatibility with
Python's string literals.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment