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
55424498
Kaydet (Commit)
55424498
authored
May 29, 1998
tarafından
Guido van Rossum
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove the doc string -- it doesn't tell the truth.
üst
0da45c40
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
13 deletions
+1
-13
redemo.py
Demo/tkinter/guido/redemo.py
+1
-13
No files found.
Demo/tkinter/guido/redemo.py
Dosyayı görüntüle @
55424498
"""Basic regular expression demostration facility (Perl style syntax).
This displays a window with two type-in boxes. In the top box, you
enter a Perl style regular expression. In the bottom box, you enter a
string. The first match in the string of the regular expression is
highlighted with a yellow background (or red if the match is empty --
then the character at the match is highlighted). The highlighting is
continuously updated. At the bottom are a number of checkboxes which
control the regular expression options used (see the re module for
descriptions). When there's no match, or when the regular expression
is syntactically incorrect, an error message is displayed.
"""
"""Basic regular expression demostration facility (Perl style syntax)."""
from
Tkinter
import
*
import
re
...
...
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