Jump to content
Forumu Destekleyenlere Katılın ×
Paticik Forumları
2000 lerden beri faal olan, çok şukela bir paylaşım platformuyuz. Hoşgeldiniz.

C# Regular Expression!


reyou

Öne çıkan mesajlar

selamlar;


[image:
Newegg Logo]<http://e.newegg.com/servlet/cc6?gLmkQTWUUQWVHiitLSxnuHptQJhuVaVRVXLX>


yukaridaki kodu


<img src='http://e.newegg.com/servlet/cc6?gLmkQTWUUQWVHiitLSxnuHptQJhuVaVRVXLX' />


seklinde degistirecek C# fonksyonuna ihtiyacim var, yardimci olabilecek var mi?

Gmail in inbox ina boyle geliyor mailler nedense benimde html e cevirmem lazim :(
Link to comment
Sosyal ağlarda paylaş

SpiderS_DangeR said:

eğer hepsinin format aynıysa regex kasmaya gerek yok ya bodozlama yap işte


string a = "[image:
Newegg Logo]http://e.newegg.com/servlet/cc6?gLmkQTWUUQWVHiitLSxnuHptQJhuVaVRVXLX";
a = a.subString(a.indexOf(']')+1, a.length - a.indexOf(''));
a = "<img src='" + a + " ' />;"


typo olabilir


format su sekilde genel itibari ile


[image:
Newegg Logo]<http://e.newegg.com/servlet/cc6?gLmkQTWUUQWVHiitLSxnuHptQJhuVaVRVXLX>


bold olan kisimlar static digerleri degisken.
Link to comment
Sosyal ağlarda paylaş

Oce4n said:

yazı tam çıkmadı galiba. sonda da bi bracket var heralde.
string slm = "[image:
Newegg Logo]http://e.newegg.com/servlet/cc6?gLmkQTWUUQWVHiitLSxnuHptQJhuVaVRVXLX[ / image ]";


string naber = Regex.Match(slm, @"]([^)]*)[").Groups[1].Value;


abi bunu bi deniyim, olursa ertem senerin rustu videosunu koycam buraya :D
Link to comment
Sosyal ağlarda paylaş

Oce4n said:

yazı tam çıkmadı galiba. sonda da bi bracket var heralde.
string slm = "[image:
Newegg Logo]http://e.newegg.com/servlet/cc6?gLmkQTWUUQWVHiitLSxnuHptQJhuVaVRVXLX[ / image ]";


string naber = Regex.Match(slm, @"]([^)]*)[").Groups[1].Value;


sonda bracket yok, bide bu paticik in message box sacma sapan isler yapiyo paste.bin e koycam 1 saniye
Link to comment
Sosyal ağlarda paylaş

×
×
  • Yeni Oluştur...