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
28f9a68d
Kaydet (Commit)
28f9a68d
authored
Ara 09, 1997
tarafından
Guido van Rossum
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Added note about the module's obsolescence.
üst
5bdea89c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
2 deletions
+22
-2
libregex.tex
Doc/lib/libregex.tex
+11
-1
libregex.tex
Doc/libregex.tex
+11
-1
No files found.
Doc/lib/libregex.tex
Dosyayı görüntüle @
28f9a68d
...
...
@@ -3,7 +3,17 @@
\bimodindex
{
regex
}
This module provides regular expression matching operations similar to
those found in Emacs. It is always available.
those found in Emacs.
\strong
{
Obsolescence note:
}
This module is obsolete as of Python version 1.5; it is still being
maintained because much existing code still uses it. All new code in
need of regular expressions should use the new
\code
{
re
}
module, which
supports the more powerful and regular Perl-style regular expressions.
Existing code should be converted. The standard library module
\code
{
reconvert
}
helps in converting
\code
{
regex
}
style regular
expressions to
\code
{
re
}
style regular expressions. (The interfaces
are different too, so the conversion cannot be fully automated.)
By default the patterns are Emacs-style regular expressions
(with one exception). There is
...
...
Doc/libregex.tex
Dosyayı görüntüle @
28f9a68d
...
...
@@ -3,7 +3,17 @@
\bimodindex
{
regex
}
This module provides regular expression matching operations similar to
those found in Emacs. It is always available.
those found in Emacs.
\strong
{
Obsolescence note:
}
This module is obsolete as of Python version 1.5; it is still being
maintained because much existing code still uses it. All new code in
need of regular expressions should use the new
\code
{
re
}
module, which
supports the more powerful and regular Perl-style regular expressions.
Existing code should be converted. The standard library module
\code
{
reconvert
}
helps in converting
\code
{
regex
}
style regular
expressions to
\code
{
re
}
style regular expressions. (The interfaces
are different too, so the conversion cannot be fully automated.)
By default the patterns are Emacs-style regular expressions
(with one exception). There is
...
...
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