Regular Expressions1(090708)
Regular Expressions2(090708)
Regular Expressions3(150708)
WPF - Ink (Çizim İşlemleri)(150708)
WPF - Styles Kullanımı(150708)
WPF - Grafik İşlemlerinde Şekillerin(Shapes) Kullanımı(210708)
WPF - Grafik İşlemlerinde Şekillerin(Shapes) Kullanımı2(210708)
WPF - Temel Animasyon İşlemleri(310708)
WPF - Temel Animasyon İşlemleri2(310708)
WPF ile Transform (Donusum) Islemleri(270808)
WPF - Uygulamalara Video Kontrolleri Eklemek(250808)
WPF - User Control(270808)
Visual C# .NET Ders Notları
Visual C# .NET Ders Notları'ndaki Örneklerin Dosyaları
Diger Site
 

Regular Expressions3(150708)

Title Pattern Title
Expression
^(d{4}-){3}d{4}$|^(d{4} ){3}d{4}$|^d{16}$
Description
Used to validate Credit Card numbers, Checks if it contains 16 numbers in groups of 4 separated by -, ,or nothing
Matches
1111-2323-2312-3434 | 1234343425262837 | 1111 2323 2312 3434
Non-Matches
1111 2323 2312-3434 | 34323423 | 1111-2323-23122-3434










Title Pattern Title
Expression
^[a-zA-Z0-9]+$
Description
it will check for alphanumeric (Alpha Numeric) values.
Matches
adad1213 | 1231dfadfa | dfad123dfasdfs
Non-Matches
dfa@#12313 | *(*sdfasdfadfd | $fffsdg121ddd#$f1q
Title Pattern Title
Expression
^([1-9]|[1-9]d|100)$
Description
This pattern matches whole numbers 1-100.
Matches
1 | 50 | 100
Non-Matches
0 | .5 | 101
Title Pattern Title
Expression
^[1-9]{1}$|^[1-4]{1}[0-9]{1}$|^50$
Description
Match any number between 1 and 50, no characters, no empty sets, and not zero. Match numbers greater than 1 and less than 51, no spaces, no characters.
Matches
1 | 23 | 50
Non-Matches
0 | 111 | xyz


Kaynak: http://regexlib.com/















































































Bugün 4 ziyaretçi (8 klik) kişi burdaydı!
Bu web sitesi ücretsiz olarak Bedava-Sitem.com ile oluşturulmuştur. Siz de kendi web sitenizi kurmak ister misiniz?
Ücretsiz kaydol