|
|
Browse by Tags
All Tags » regex » HTML
-
<meta name="keywords" content="IBM 7976KAG SYSTEM X3400 QC 1.60GHZ 2GB 3X73,sunucular, server, markalı sunucular, markalı server, hp sunucular, hp, ibm, ibm sunucular, ibm server, century server, century sunucular">
<meta name="description" content="Fiyat:1879$+KDV | Kdv Dahil:2.877,95YTL | Havale ile %3 ...
-
hi every one .. I want to parse product name , price from source kod of web site by using C#. Example in that code I want to take PANASONIC BB-HCM515CE CCD MEGAPIKSEL POE VIDEO, 838,8 € + KDV,2.081,52 YTL,Havaleye %3 İndirim: with 2.019,07 YTL. But that code is not just between the ...
-
Hi everyone
<span class="FiyatSmallBlackBack"><b>Bizde:</b></span><span class="FiyatSmallBlue"><b> 26,00 USD + KDV</b></span> <br />
In that HTML I want to parse 26,00 USD +KDV using c# but that html could be as that ; (no +KDV just 26,00 ...
-
Hi all regex experts
I need a Vb.net regex that excludes any text with html in it.
I'm trying to create a text box with a regular expression validator which will not accept text with html in it such as <b>Bold</>. I'm working with/in ASP.Net 2.0 For this input "<b>Bold</>" should generate an ...
-
OK. Stick with me here. It is going to take me a few to explain this.
I am writing a small application in VB.NET. The ultimate task is to make a web browser, within a web browser. Basically, You open IE, FireFox, Safari, or whatever browser you like and go to the web application I am building. At the top of the web page, I have a tool bar, ...
-
Give this a shot.
(<[^>]*>)[^<>/]*(padding)[^<>/]*(</[^>]*>)
Same trick as before the middle group is what you want to replace each time. First and Third groups are the html tags around content. Any word you want to find can be put into that middle ...
-
The Below One Solves Yours Problem
<Restaurant\s*(.*?)(\s*>\s*(.*?)\s*)*</Restaurant>
This is a good Tool
http://www.regextester.com/
From
Dileep.M Desk
mdileep@gmail.com
-
Hi guys,
Long time since I've written here, well let's just say it's been busy at work and home front!
Today I had to fix a web crawler due a regex that failed to track a tax amount. The regex was not written by me, but it reminded me what I have learned long time ago: "Remember to protect your regex from future changes in the ...
-
Hello, I'm having difficulty creating a C# regex pattern to get the matches from this webpage. I only want the matches for Division B.
The pattern I currently have is below. I'm sure this is very inefficient and it is not complete. The website may change it's formatting so I want to ignore the contents of the <td>, <p> ...
-
Hello all,
Im using XSLT to grab data from an XHTML page, part of the data I wish to grab is a Postcode, this is the XSLT statement I have to grab the postcode:
<xsl:for-each select=".//h:a[starts-with(@href, ...
|
|
|