تقييم الموضوع :
  • 0 أصوات - بمعدل 0
  • 1
  • 2
  • 3
  • 4
  • 5
استخراج نصوص من موقع
#1
السلام عليكم : جزاكم الله خيراً ممكن مساعدة في أستخراج الاوقات من هذا الكود وشكراً

كود :
<table class="table table-hover rtl ">
<tbody><tr>
<th>الصلاة</th><th>الوقت</th>
</tr>
</tbody><tbody>
<tr>
<td>اذان الفجر</td>
<td class="arial">04:23 AM</td>
</tr>
<tr>
<td>الشروق</td>
<td class="arial">05:46 AM</td>
</tr>
<tr>
<td>اذان الظهر</td>
<td class="arial">12:26 PM</td>
</tr>
<tr>
<td>اذان العصر</td>
<td class="arial">03:41 PM</td>
</tr>
<tr>
<td colspan="2">
<script async="" src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js" type="text/javascript"></script>
<ins class="adsbygoogle" style="display:block" data-ad-format="fluid" data-ad-layout-key="-gw-3+1f-3d+2z" data-ad-client="ca-pub-4761605422191881" data-ad-slot="4739288531"></ins>
<script type="text/javascript">
                             (adsbygoogle = window.adsbygoogle || []).push({});
                        </script>
</td>
</tr>
<tr>
<td>اذان المغرب</td>
<td class="arial">07:06 PM</td>
</tr>
<tr>
<td>اذان العشاء</td>
<td class="arial">08:25 PM</td>
</tr>
</tbody>
</table>
الْحَمْدُ لِلَّهِ حَمْدًا كَثِيرًا طَيِّبًا مُبَارَكًا فِيهِ

رَبِّي أَرْزُقْنِي مُسْتَقْبَلاً أَجَمَلَ مِمَّا تَمَنَّيْتُ

وَاَجْعَل لِي فِيْ هَذِهِ الدُّنْيَا - أُنَاساً يَدْعُونَ لِي بَعْدَ أَنْ أَغِيْب

حسابي في تلكرام

الرد }}}
تم الشكر بواسطة:
#2
(14-07-21, 12:57 AM)aldery كتب : السلام عليكم : جزاكم الله خيراً ممكن مساعدة في أستخراج الاوقات من هذا الكود وشكراً

كود :
<table class="table table-hover rtl ">
<tbody><tr>
<th>الصلاة</th><th>الوقت</th>
</tr>
</tbody><tbody>
<tr>
<td>اذان الفجر</td>
<td class="arial">04:23 AM</td>
</tr>
<tr>
<td>الشروق</td>
<td class="arial">05:46 AM</td>
</tr>
<tr>
<td>اذان الظهر</td>
<td class="arial">12:26 PM</td>
</tr>
<tr>
<td>اذان العصر</td>
<td class="arial">03:41 PM</td>
</tr>
<tr>
<td colspan="2">
<script async="" src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js" type="text/javascript"></script>
<ins class="adsbygoogle" style="display:block" data-ad-format="fluid" data-ad-layout-key="-gw-3+1f-3d+2z" data-ad-client="ca-pub-4761605422191881" data-ad-slot="4739288531"></ins>
<script type="text/javascript">
                             (adsbygoogle = window.adsbygoogle || []).push({});
                        </script>
</td>
</tr>
<tr>
<td>اذان المغرب</td>
<td class="arial">07:06 PM</td>
</tr>
<tr>
<td>اذان العشاء</td>
<td class="arial">08:25 PM</td>
</tr>
</tbody>
</table>

و عليكم السلام 
تفضل
كود :
Imports System.Text.RegularExpressions

Public Class Form1

   Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
       Dim src As String = RichTextBox1.Text

       Dim aldery As MatchCollection = Regex.Matches(src, "(?<=class=""arial"">).+?(?=<\/td>)")
       For i = 0 To aldery.Count - 1
           ListBox1.Items.Add(aldery(i).Value)
       Next

   End Sub
End Class


الرد }}}
تم الشكر بواسطة: aldery , aldery , ابو انس , عبد الهادي بهاب
#3
أشكرك أخي الكريم على المساعدة الطيبة
الْحَمْدُ لِلَّهِ حَمْدًا كَثِيرًا طَيِّبًا مُبَارَكًا فِيهِ

رَبِّي أَرْزُقْنِي مُسْتَقْبَلاً أَجَمَلَ مِمَّا تَمَنَّيْتُ

وَاَجْعَل لِي فِيْ هَذِهِ الدُّنْيَا - أُنَاساً يَدْعُونَ لِي بَعْدَ أَنْ أَغِيْب

حسابي في تلكرام

الرد }}}
تم الشكر بواسطة:



التنقل السريع :


يقوم بقرائة الموضوع: بالاضافة الى ( 1 ) ضيف كريم