|
|
Browse by Tags
All Tags » regexp » 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 ...
-
Hey all,
Before I start, I just want to say that below you will find a modifier of "U". I know a lot of people say this should not be used, so if there is a way that my issue can be resolved where the U modifier won't be needed, great!
Language: PHP (4)
Users submit content via a wysiwyg ...
-
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, ...
-
I am in the process of cleaning a website which has many tables in it. I have used regex to remove all formatting from the tables and get it ready for formatting.
What I want to do now is to take the individual <tr> and <td> tags and assign CSS classes to them to format them properly for our new setup. The problem I have is that all ...
-
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, ...
-
Hi, I'm having some trouble with my code. I'm using python to take in information from a form/website in order to link the user to another website. My problem is thus:
------------------------------------------------
ae = re.compile('[A-E]')
fl = re.compile('[F-L]')
mw = re.compile('[M-W]')
if ...
-
Hi,
Im operating on the .NET platform using C# as my language, I have never used reg exp before and i'm having trouble. I wish to gather all anchors from a XHTML page. This works fine and the reg exp I have is this:
<a[^>]*href\s*=\s*""?(?<HRef>[^"">\s]*)""?[^>]*>
This works fine and ...
-
Hi,
I'm currently using regular expressions to parse a block of HTML and extract specific values. I have something similar to the following:
(?m)(... not relevant ... ...
|
|
|