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
cd058539
Kaydet (Commit)
cd058539
authored
Ara 28, 1998
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Adjust a few niggles that affected the HTML conversion (a couple of
"^"s were being dropped in the context of [^...]).
üst
d82af0b8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
libre.tex
Doc/lib/libre.tex
+3
-3
No files found.
Doc/lib/libre.tex
Dosyayı görüntüle @
cd058539
...
@@ -150,7 +150,7 @@ pattern \regexp{[]]} will match \code{']'}, for example.
...
@@ -150,7 +150,7 @@ pattern \regexp{[]]} will match \code{']'}, for example.
You can match the characters not within a range by
\dfn
{
complementing
}
You can match the characters not within a range by
\dfn
{
complementing
}
the set. This is indicated by including a
the set. This is indicated by including a
\character
{
\^
}
as the first character of the set;
\character
{
\^
}
elsewhere will
\character
{
\^
}
as the first character of the set;
\character
{
\^
}
elsewhere will
simply match the
\character
{
\^
}
character. For example,
\regexp
{
[
\^
5]
}
simply match the
\character
{
\^
}
character. For example,
\regexp
{
[
{
\^
}
5]
}
will match any character except
\character
{
5
}
.
will match any character except
\character
{
5
}
.
\item
[\character{|}]
\code
{
A|B
}
, where A and B can be arbitrary REs,
\item
[\character{|}]
\code
{
A|B
}
, where A and B can be arbitrary REs,
...
@@ -254,7 +254,7 @@ Python's string literals.
...
@@ -254,7 +254,7 @@ Python's string literals.
equivalent to the set
\regexp
{
[0-9]
}
.
equivalent to the set
\regexp
{
[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
\regexp
{
[
\^
0-9]
}
.
equivalent to the set
\regexp
{
[
{
\^
}
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
\regexp
{
[
\e
t
\e
n
\e
r
\e
f
\e
v]
}
.
equivalent to the set
\regexp
{
[
\e
t
\e
n
\e
r
\e
f
\e
v]
}
.
...
@@ -270,7 +270,7 @@ current locale.
...
@@ -270,7 +270,7 @@ current locale.
%
%
\item
[\code{\e W}]
When the
\constant
{
LOCALE
}
flag is not specified,
\item
[\code{\e W}]
When the
\constant
{
LOCALE
}
flag is not specified,
matches any non-alphanumeric character; this is equivalent to the set
matches any non-alphanumeric character; this is equivalent to the set
\regexp
{
[
\^
a-zA-Z0-9
_
]
}
. With
\constant
{
LOCALE
}
, it will match any
\regexp
{
[
{
\^
}
a-zA-Z0-9
_
]
}
. With
\constant
{
LOCALE
}
, it will match any
character not in the set
\regexp
{
[0-9
_
]
}
, and not defined as a letter
character not in the set
\regexp
{
[0-9
_
]
}
, and not defined as a letter
for the current locale.
for the current locale.
...
...
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