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
d7dc2eb7
Kaydet (Commit)
d7dc2eb7
authored
Eki 22, 1997
tarafından
Guido van Rossum
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Put {} around \^ in sets to force latex2html to do the right thing...
üst
1f84449f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
libre.tex
Doc/lib/libre.tex
+3
-3
libre.tex
Doc/libre.tex
+3
-3
No files found.
Doc/lib/libre.tex
Dosyayı görüntüle @
d7dc2eb7
...
@@ -215,19 +215,19 @@ beginning or end of a word.
...
@@ -215,19 +215,19 @@ beginning or end of a word.
equivalent to the set
\code
{
[0-9]
}
.
equivalent to the set
\code
{
[0-9]
}
.
%
%
\item
[\code{\e D}]
Matches any non-digit character; this is
\item
[\code{\e D}]
Matches any non-digit character; this is
equivalent to the set
\code
{
[
\^
0-9]
}
.
equivalent to the set
\code
{
[
{
\^
}
0-9]
}
.
%
%
\item
[\code{\e s}]
Matches any whitespace character; this is
\item
[\code{\e s}]
Matches any whitespace character; this is
equivalent to the set
\code
{
[
\e
t
\e
n
\e
r
\e
f
\e
v]
}
.
equivalent to the set
\code
{
[
\e
t
\e
n
\e
r
\e
f
\e
v]
}
.
%
%
\item
[\code{\e S}]
Matches any non-whitespace character; this is
\item
[\code{\e S}]
Matches any non-whitespace character; this is
equivalent to the set
\code
{
[
\^
\e
t
\e
n
\e
r
\e
f
\e
v]
}
.
equivalent to the set
\code
{
[
{
\^
}
\e
t
\e
n
\e
r
\e
f
\e
v]
}
.
%
%
\item
[\code{\e w}]
Matches any alphanumeric character; this is
\item
[\code{\e w}]
Matches any alphanumeric character; this is
equivalent to the set
\code
{
[a-zA-Z0-9
_
]
}
.
equivalent to the set
\code
{
[a-zA-Z0-9
_
]
}
.
%
%
\item
[\code{\e W}]
Matches any non-alphanumeric character; this is
\item
[\code{\e W}]
Matches any non-alphanumeric character; this is
equivalent to the set
\code
{
[
\^
a-zA-Z0-9
_
]
}
.
equivalent to the set
\code
{
[
{
\^
}
a-zA-Z0-9
_
]
}
.
\item
[\code{\e Z}]
Matches only at the end of the string.
\item
[\code{\e Z}]
Matches only at the end of the string.
%
%
...
...
Doc/libre.tex
Dosyayı görüntüle @
d7dc2eb7
...
@@ -215,19 +215,19 @@ beginning or end of a word.
...
@@ -215,19 +215,19 @@ beginning or end of a word.
equivalent to the set
\code
{
[0-9]
}
.
equivalent to the set
\code
{
[0-9]
}
.
%
%
\item
[\code{\e D}]
Matches any non-digit character; this is
\item
[\code{\e D}]
Matches any non-digit character; this is
equivalent to the set
\code
{
[
\^
0-9]
}
.
equivalent to the set
\code
{
[
{
\^
}
0-9]
}
.
%
%
\item
[\code{\e s}]
Matches any whitespace character; this is
\item
[\code{\e s}]
Matches any whitespace character; this is
equivalent to the set
\code
{
[
\e
t
\e
n
\e
r
\e
f
\e
v]
}
.
equivalent to the set
\code
{
[
\e
t
\e
n
\e
r
\e
f
\e
v]
}
.
%
%
\item
[\code{\e S}]
Matches any non-whitespace character; this is
\item
[\code{\e S}]
Matches any non-whitespace character; this is
equivalent to the set
\code
{
[
\^
\e
t
\e
n
\e
r
\e
f
\e
v]
}
.
equivalent to the set
\code
{
[
{
\^
}
\e
t
\e
n
\e
r
\e
f
\e
v]
}
.
%
%
\item
[\code{\e w}]
Matches any alphanumeric character; this is
\item
[\code{\e w}]
Matches any alphanumeric character; this is
equivalent to the set
\code
{
[a-zA-Z0-9
_
]
}
.
equivalent to the set
\code
{
[a-zA-Z0-9
_
]
}
.
%
%
\item
[\code{\e W}]
Matches any non-alphanumeric character; this is
\item
[\code{\e W}]
Matches any non-alphanumeric character; this is
equivalent to the set
\code
{
[
\^
a-zA-Z0-9
_
]
}
.
equivalent to the set
\code
{
[
{
\^
}
a-zA-Z0-9
_
]
}
.
\item
[\code{\e Z}]
Matches only at the end of the string.
\item
[\code{\e Z}]
Matches only at the end of the string.
%
%
...
...
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