- 1 / 5 / 6 entry
- 1 başlık
- 18.68 incipuan
hic mi essekte dassak gormedin dokununcu nesil normal
-
0
regular expression ifadeler acillllllllllllllllll
eyv pnpa şu şekilde yaptım.
if(uzunluk==13) {
if (veri. substring(0, 5).equals("deger")
&&veri. substring(5,6).matches("^\d+$")
&&!veri. substring(6,7).matches("^\d+$")
&&veri. substring(7,8).matches("^\d+$")
&&!veri. substring(8,9).matches("^\d+$")
&&veri. substring(9,10).matches("^\d+$")
&&!veri. substring(10,11).matches("^\d+$")
&&veri. substring(11,12).matches("^\d+$")
&&!veri. substring(12,13).matches("^\d+$")) {
return true;
}
} -
0
regular expression ifadeler acillllllllllllllllll
deger1a2b3c4d bunu sağlaması lazım kontrolü yapacak olan var mı. -
0
regular expression ifadeler acillllllllllllllllll
Katarlar deger kelimesi ile başlayacak ve devamında önce rakam sonra harf olacak şekilde 4 rakam ve harften oluşacaktır.