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
1e270f0e
Kaydet (Commit)
1e270f0e
authored
Kas 30, 1998
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Nits to support conversions.
üst
f954b651
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
7 deletions
+4
-7
libre.tex
Doc/lib/libre.tex
+4
-7
No files found.
Doc/lib/libre.tex
Dosyayı görüntüle @
1e270f0e
...
@@ -67,11 +67,8 @@ characters either stand for classes of ordinary characters, or affect
...
@@ -67,11 +67,8 @@ characters either stand for classes of ordinary characters, or affect
how the regular expressions around them are interpreted.
how the regular expressions around them are interpreted.
The special characters are:
The special characters are:
% define these since they're used twice:
\newcommand
{
\MyLeftMargin
}{
0.7in
}
\newcommand
{
\MyLabelWidth
}{
0.65in
}
\begin{list}
{}{
\leftmargin
\MyLeftMargin
\labelwidth
\MyLabelWidth
}
\begin{list}
{}{
\leftmargin
0.7in
\labelwidth
0.65in
}
\item
[\character{.}]
(Dot.) In the default mode, this matches any
\item
[\character{.}]
(Dot.) In the default mode, this matches any
character except a newline. If the
\constant
{
DOTALL
}
flag has been
character except a newline. If the
\constant
{
DOTALL
}
flag has been
...
@@ -144,8 +141,8 @@ characters are not active inside sets. For example, \regexp{[akm\$]}
...
@@ -144,8 +141,8 @@ characters are not active inside sets. For example, \regexp{[akm\$]}
will match any of the characters
\character
{
a
}
,
\character
{
k
}
,
will match any of the characters
\character
{
a
}
,
\character
{
k
}
,
\character
{
m
}
, or
\character
{
\$
}
;
\regexp
{
[a-z]
}
\character
{
m
}
, or
\character
{
\$
}
;
\regexp
{
[a-z]
}
will match any lowercase letter, and
\code
{
[a-zA-Z0-9]
}
matches any
will match any lowercase letter, and
\code
{
[a-zA-Z0-9]
}
matches any
letter or digit. Character classes such as
\code
{
\e
w
}
or
\code
{
\e
letter or digit. Character classes such as
\code
{
\e
w
}
or
\code
{
\e
S
}
S
}
(defined below) are also acceptable inside a range. If you want to
(defined below) are also acceptable inside a range. If you want to
include a
\character
{
]
}
or a
\character
{
-
}
inside a set, precede it with a
include a
\character
{
]
}
or a
\character
{
-
}
inside a set, precede it with a
backslash, or place it as the first character. The
backslash, or place it as the first character. The
pattern
\regexp
{
[]]
}
will match
\code
{
']'
}
, for example.
pattern
\regexp
{
[]]
}
will match
\code
{
']'
}
, for example.
...
@@ -227,7 +224,7 @@ list below. If the ordinary character is not on the list, then the
...
@@ -227,7 +224,7 @@ list below. If the ordinary character is not on the list, then the
resulting RE will match the second character. For example,
resulting RE will match the second character. For example,
\regexp
{
\e\$
}
matches the character
\character
{
\$
}
.
\regexp
{
\e\$
}
matches the character
\character
{
\$
}
.
\begin{list}
{}{
\leftmargin
\MyLeftMargin
\labelwidth
\MyLabelWidth
}
\begin{list}
{}{
\leftmargin
0.7in
\labelwidth
0.65in
}
%
%
\item
[\code{\e \var{number}}]
Matches the contents of the group of the
\item
[\code{\e \var{number}}]
Matches the contents of the group of the
...
...
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