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
a7998f65
Commit
a7998f65
authored
Jan 19, 1999
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revised comments on null bytes in pattern string.
Removed "New" from module synopsis.
parent
6ffa4458
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
Doc/lib/libre.tex
Doc/lib/libre.tex
+6
-5
No files found.
Doc/lib/libre.tex
View file @
a7998f65
\section
{
\module
{
re
}
---
New Perl-style regular expression search and match
operations.
}
Perl-style regular expression
operations.
}
\declaremodule
{
standard
}{
re
}
\moduleauthor
{
Andrew M. Kuchling
}{
akuchling@acm.org
}
\sectionauthor
{
Andrew M. Kuchling
}{
akuchling@acm.org
}
\modulesynopsis
{
New
Perl-style regular expression search and match
\modulesynopsis
{
Perl-style regular expression search and match
operations.
}
This module provides regular expression matching operations similar to
those found in Perl. It's 8-bit clean: the strings being processed
may contain both null bytes and characters whose high bit is set. Regular
expression patterns may not contain null bytes, but they may contain
characters with the high bit set. The
\module
{
re
}
module is always
available.
expression pattern strings may not contain null bytes, but can specify
the null byte using the
\code
{
\e\var
{
number
}}
notation.
Characters with the high bit set may be included. The
\module
{
re
}
module is always available.
Regular expressions use the backslash character (
\character
{
\e
}
) to
indicate special forms or to allow special characters to be used
...
...
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