Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
a7998f65
Kaydet (Commit)
a7998f65
authored
Ock 19, 1999
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Revised comments on null bytes in pattern string.
Removed "New" from module synopsis.
üst
6ffa4458
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
libre.tex
Doc/lib/libre.tex
+6
-5
No files found.
Doc/lib/libre.tex
Dosyayı görüntüle @
a7998f65
\section
{
\module
{
re
}
---
\section
{
\module
{
re
}
---
New Perl-style regular expression search and match
operations.
}
Perl-style regular expression
operations.
}
\declaremodule
{
standard
}{
re
}
\declaremodule
{
standard
}{
re
}
\moduleauthor
{
Andrew M. Kuchling
}{
akuchling@acm.org
}
\moduleauthor
{
Andrew M. Kuchling
}{
akuchling@acm.org
}
\sectionauthor
{
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.
}
operations.
}
This module provides regular expression matching operations similar to
This module provides regular expression matching operations similar to
those found in Perl. It's 8-bit clean: the strings being processed
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
may contain both null bytes and characters whose high bit is set. Regular
expression patterns may not contain null bytes, but they may contain
expression pattern strings may not contain null bytes, but can specify
characters with the high bit set. The
\module
{
re
}
module is always
the null byte using the
\code
{
\e\var
{
number
}}
notation.
available.
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
Regular expressions use the backslash character (
\character
{
\e
}
) to
indicate special forms or to allow special characters to be used
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