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
b6b2aa6c
Kaydet (Commit)
b6b2aa6c
authored
Şub 25, 2002
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix error in explanation of the interaction between $ and MULTILINE mode.
Reported by Steve Alexander.
üst
666e70de
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
libre.tex
Doc/lib/libre.tex
+1
-1
No files found.
Doc/lib/libre.tex
Dosyayı görüntüle @
b6b2aa6c
...
@@ -101,7 +101,7 @@ after each newline.
...
@@ -101,7 +101,7 @@ after each newline.
newline at the end of the string, and in
\constant
{
MULTILINE
}
mode
newline at the end of the string, and in
\constant
{
MULTILINE
}
mode
also matches before a newline.
\regexp
{
foo
}
matches both 'foo' and
also matches before a newline.
\regexp
{
foo
}
matches both 'foo' and
'foobar', while the regular expression
\regexp
{
foo
\$
}
matches only
'foobar', while the regular expression
\regexp
{
foo
\$
}
matches only
'foo'. More interestingly, searching for
\regexp
{
foo
\$
}
in
'foo'. More interestingly, searching for
\regexp
{
foo
.
\$
}
in
'foo1
\textbackslash
nfoo2
\textbackslash
n' matches 'foo2' normally,
'foo1
\textbackslash
nfoo2
\textbackslash
n' matches 'foo2' normally,
but 'foo1' in
\constant
{
MULTILINE
}
mode.
but 'foo1' in
\constant
{
MULTILINE
}
mode.
...
...
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