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
fe4254eb
Kaydet (Commit)
fe4254eb
authored
Agu 11, 1995
tarafından
Guido van Rossum
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
warn about bacslash-s lacking
üst
9c3241d6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
4 deletions
+10
-4
libregex.tex
Doc/lib/libregex.tex
+5
-2
libregex.tex
Doc/libregex.tex
+5
-2
No files found.
Doc/lib/libregex.tex
Dosyayı görüntüle @
fe4254eb
...
@@ -4,9 +4,12 @@
...
@@ -4,9 +4,12 @@
This module provides regular expression matching operations similar to
This module provides regular expression matching operations similar to
those found in Emacs. It is always available.
those found in Emacs. It is always available.
By default the patterns are Emacs-style regular expressions; there is
By default the patterns are Emacs-style regular expressions,
with one exception. There is
a way to change the syntax to match that of several well-known
a way to change the syntax to match that of several well-known
\UNIX
{}
utilities.
\UNIX
{}
utilities. The exception is that Emacs'
\samp
{
\e
s
}
pattern is not supported, since the original implementation references
the Emacs syntax tables.
This module is 8-bit clean: both patterns and strings may contain null
This module is 8-bit clean: both patterns and strings may contain null
bytes and characters whose high bit is set.
bytes and characters whose high bit is set.
...
...
Doc/libregex.tex
Dosyayı görüntüle @
fe4254eb
...
@@ -4,9 +4,12 @@
...
@@ -4,9 +4,12 @@
This module provides regular expression matching operations similar to
This module provides regular expression matching operations similar to
those found in Emacs. It is always available.
those found in Emacs. It is always available.
By default the patterns are Emacs-style regular expressions; there is
By default the patterns are Emacs-style regular expressions,
with one exception. There is
a way to change the syntax to match that of several well-known
a way to change the syntax to match that of several well-known
\UNIX
{}
utilities.
\UNIX
{}
utilities. The exception is that Emacs'
\samp
{
\e
s
}
pattern is not supported, since the original implementation references
the Emacs syntax tables.
This module is 8-bit clean: both patterns and strings may contain null
This module is 8-bit clean: both patterns and strings may contain null
bytes and characters whose high bit is set.
bytes and characters whose high bit is set.
...
...
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