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
54c3947f
Kaydet (Commit)
54c3947f
authored
Nis 09, 1998
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Updated URL to AMK's regex-to-re HOWTO.
üst
5406e707
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
6 deletions
+8
-6
libregsub.tex
Doc/lib/libregsub.tex
+4
-3
libregsub.tex
Doc/libregsub.tex
+4
-3
No files found.
Doc/lib/libregsub.tex
Dosyayı görüntüle @
54c3947f
\section
{
Standard Module
\module
{
regsub
}}
\section
{
Standard Module
\module
{
regsub
}}
\label
{
module-regsub
}
\label
{
module-regsub
}
\stmodindex
{
regsub
}
\stmodindex
{
regsub
}
This module defines a number of functions useful for working with
This module defines a number of functions useful for working with
regular expressions (see built-in module
\code
{
regex
}
).
regular expressions (see built-in module
\code
{
regex
}
).
...
@@ -15,8 +15,9 @@ supports the more powerful and regular Perl-style regular expressions.
...
@@ -15,8 +15,9 @@ supports the more powerful and regular Perl-style regular expressions.
Existing code should be converted. The standard library module
Existing code should be converted. The standard library module
\module
{
reconvert
}
helps in converting
\code
{
regex
}
style regular
\module
{
reconvert
}
helps in converting
\code
{
regex
}
style regular
expressions to
\module
{
re
}
style regular expressions. (For more
expressions to
\module
{
re
}
style regular expressions. (For more
conversion help, see the URL
conversion help, see Andrew Kuchling's
\index
{
Kuchling, Andrew
}
\url
{
http://starship.skyport.net/crew/amk/howto/regex-to-re.html
}
.)
``regex-to-re HOWTO'' at
\url
{
http://www.python.org/doc/howto/regex-to-re/
}
.)
\begin{funcdesc}
{
sub
}{
pat, repl, str
}
\begin{funcdesc}
{
sub
}{
pat, repl, str
}
...
...
Doc/libregsub.tex
Dosyayı görüntüle @
54c3947f
\section
{
Standard Module
\module
{
regsub
}}
\section
{
Standard Module
\module
{
regsub
}}
\label
{
module-regsub
}
\label
{
module-regsub
}
\stmodindex
{
regsub
}
\stmodindex
{
regsub
}
This module defines a number of functions useful for working with
This module defines a number of functions useful for working with
regular expressions (see built-in module
\code
{
regex
}
).
regular expressions (see built-in module
\code
{
regex
}
).
...
@@ -15,8 +15,9 @@ supports the more powerful and regular Perl-style regular expressions.
...
@@ -15,8 +15,9 @@ supports the more powerful and regular Perl-style regular expressions.
Existing code should be converted. The standard library module
Existing code should be converted. The standard library module
\module
{
reconvert
}
helps in converting
\code
{
regex
}
style regular
\module
{
reconvert
}
helps in converting
\code
{
regex
}
style regular
expressions to
\module
{
re
}
style regular expressions. (For more
expressions to
\module
{
re
}
style regular expressions. (For more
conversion help, see the URL
conversion help, see Andrew Kuchling's
\index
{
Kuchling, Andrew
}
\url
{
http://starship.skyport.net/crew/amk/howto/regex-to-re.html
}
.)
``regex-to-re HOWTO'' at
\url
{
http://www.python.org/doc/howto/regex-to-re/
}
.)
\begin{funcdesc}
{
sub
}{
pat, repl, str
}
\begin{funcdesc}
{
sub
}{
pat, repl, str
}
...
...
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