-1
votes
2answers
47 views

Wrapping Sentences within <p> Tags with <span>'s, But Keep Other Tags

To give you an idea of what I need, I have been using the below code to parse content within tags and wrap each sentence within tags so I can then interact with sentences on a page. ...
1
vote
0answers
30 views

Regular Expression to strip stylesheet link tags [duplicate]

I have been looking for a good regular expression to match all link tags and strip them out of some HTML output. I haven't managed to find anything decent so far. Can anyone help out or recommend ...
2
votes
1answer
110 views

Regular expression to replace words in web pages

I was looking for a regular expression (php) to find/replace some words in a web page. But, it cant replace words between all html tags, only between: italic <i>, bold <b> and plain text. ...
0
votes
2answers
45 views

Clean html code with a Regex

I am parsing some transactions, for example 3 transactions look like this: <TR class=DefGVRow> <TD>29/04/2013</TD> <TD><A ...
0
votes
1answer
108 views

Strip html tags except <b> using regex c#

I wanted to strip all the html but preserve <b> tags using regex. Is there a better way to do instead of Replace <b> with a non html tag like $b$ Remove all html tags using ...
-1
votes
4answers
79 views

Regular expression to match after first % and before last %

I need a regular expression that can match what is inside the "%" marks in the following string: 1) Bla bla bla %yada yada yada% bla bla. Even if the form is like this: 2) Bla bla bla %yada ...
2
votes
2answers
111 views

How to get img tag value inside a specific div and specific anchor tag using regular expression

I am new to regular expression i tried a lot for getting image tag value inside a anchor tag html this is my html expresstion <div class="smallSku" id="ctl00_ContentPlaceHolder1_smallImages"> ...
0
votes
2answers
79 views

PHP regex to check if image is wrapped with a tag

I am creating a wordpress function and need to determine whether an image in the content is wrapped with an a tag that contains a link to a PDF or DOC file e.g. <a ...
0
votes
1answer
61 views

Using preg_match or regx to replace a lot of words inside a html

Is there any good solution for me to convert an html of following format <span xmlns:v="http://rdf.data-vocabulary.org/#"> <span typeof="v:Breadcrumb"> ...
0
votes
1answer
54 views

How do I match between two closing tags with regex in php?

I have a piece of HTML (NOT a full HTML document) that has a few instances of the following: </div> some text is here </h3> I'd like to match 'some text is ...
1
vote
3answers
67 views

Improving this regex to include what it matches until it matches a certain character

Can someone please help me improve this regex so that it captures everything that starts with http://, https://, or www and then continues until it reaches a ' or ". It includes punctuation and is ...
-5
votes
2answers
66 views

Remove HTML Tags in C [closed]

In my program, i have downloaded a webpage with wget and i want to extract on it, only a text string. What should i do (if it is right) for clear the html tag from the file for have only the text on ...
-1
votes
2answers
46 views

Find all <img> tags and change style attribute

i am trying to find a way to get the tag from a string and remove the style attribute . After that i want to add my own style and keep the following text.. For example, i have: <p><img ...
1
vote
1answer
74 views

Replace <a /> tag with its src attribute that have another attribute

this: $text = '<img class="fruit" src="http://exmple.com/apple.png" id="apple"><BR> <img class="fruit" src="http://exmple.com/Lemon.png" ><BR> <img ...
0
votes
2answers
74 views

Replace css value with a string

i need to change the height and top of my div to "$$height$$" and "$$top$$" before posting it for save in php. but jquery fails todo so (i think for mistake prevention): $("#myobject").css("width", ...
0
votes
2answers
72 views

how to find a particular tag in a string, get a value from it and then replace the string with PHP

I have a string like this: $string = 'some text <div class"myClass" path="myPath_1">some content</div> some text some text <div class"myClass" path="myPath_2">some ...
0
votes
2answers
59 views

Regular Expression Negative Lookahead/Lookbehind to Exclude HTML from Find-and-Replace

I have a feature on my site where search results have the search query highlighted in results. However, some of the fields that the site searched through has HTML in it. For example, let's say I had a ...
2
votes
5answers
191 views

Extract cell value from html table using bash

I am trying to create a BASH/Perl script which would get a specific value from a dynamic html table. Here is a sample of my page <table border="1" bordercolor="#FFCC00" ...
0
votes
2answers
76 views

Using RegEx to pull data from between pseudotags (can't use BeautifulSoup)

I've been trying every which way and no matter what I do I get a blank output. Here's a shortened version of what I have in my file that I'm trying to import and parse: <PRESOL> ...
0
votes
1answer
94 views

Remove white space from entire Html but inside pre with regular expressions in php

I'm using the following regular expression found in this post: (?<=\s)\s+(?![^<>]*) When I do this: echo gzencode( trim( preg_replace('/(?<=\s)\s+(?![^<>]*<\/pre>)/', '', $html) ...
0
votes
1answer
45 views

regex using two markers

If I have an entire webpage html loaded to a php variable using $html = file_get_contents('URL'); and im writing the content of this to a file using: $myFile = "localdownload.txt"; $fh = ...
1
vote
1answer
44 views

Trouble with PHP preg_replace()

I feel like an amateur for asking this, but I've been struggling at this for a long time and can't solve the problem. I'm making a forum with embedded YouTube videos and a rich text editor. I need a ...
0
votes
5answers
324 views

Extract img src from string with preg_match_all

I've been trying to use preg_match_all for 30 minutes but it looks like I can't do it. Basically I have a $var which contains a string of HTML code. For example: <br>iihfuhuf <img ...
0
votes
2answers
209 views

PHP preg_replace match HTML attribute

I'm attempting to remove the title attribute from HTML elements. function remove_title_attributes($input) { return remove_html_attribute('title', $input); } /** * To remove an attribute from an ...
0
votes
1answer
52 views

Regex to match http:// but not http:// with quotation mark in front

I have this RegEx expression to match http:// links-like part of text: ([A-Za-z]{3,9}):\/\/([-;:&=\+\$,\w]+@{1})?([-A-Za-z0-9\.]+)+:?(\d+)?(\/[-\+~%\/\.\w]+)?\??([-\+=&;%@\.\w]+)?#?([\w]+)? ...
1
vote
2answers
121 views

Replacing html script element sources with regular expression in Python

I'm trying to write a large python/bash script which converts my html/css mockups to Shopify themes. One step in this process is changing out all the script sources. For instance: <script ...
-1
votes
2answers
43 views

Having trouble with preg_match_all [duplicate]

Here is my code: preg_match_all('/<a href="(.+?)index.php(.+?)&abc=(.+?)"/', $dataToParse, $matches); foreach ($matches as $val) { $absUrl = $val[1] . 'index.php' . $val[2] . '&abc=' ...
0
votes
1answer
64 views

replace div with its content

i am trying to filter an html code the code contains a div's with row class i want to replace these div's with there contents for ex: <div class="row anotherClass">some html code ...
0
votes
1answer
102 views

regex to extract url from google search

I need extract a url from a google search , i try this: if($google =~ /<h3 class="r"><a href="(.*)"/i){ print "$1\n$2\n$3\n$4\n$5\n$6\n$7\n$8\n$9\n$10"; } But is this wrong , please help ...
0
votes
2answers
114 views

Negative lookup preg_match_all in PHP for IMG tags without ALT attribute

I'm trying to find the img tags which don't contain alt attribute, so to fix it for W3C validation. I'm trying to use negative look-around syntax: ...
1
vote
3answers
50 views

Stripping <ins> and <del> tags from <script> tags

I have some code that is generating a diff between two documents, inserting <ins> and <del> tags haphazardly. For the most part it's doing a great job, but every now and then it inserts ...
0
votes
1answer
68 views

simple parse between function in R?

Let's say I wanted to extract a string found between two defined strings. For example, the function,we'll call it parse_between() would work as follows in R: >main_string<-"the quick brown ...
0
votes
1answer
85 views

Delete / replace all images in a SQL Database

I have a mysql database with 400k posts. In arround 100k posts are images. Example: text text text <img src="/images/test.jpg"> text text text The complete image string <img ...
-1
votes
1answer
27 views

Using >< in Preg_match Regular Expression

To get an URL from the source code of a website I use the following code: preg_match('/<p class="link"><a href="(.*?)\"/is',$page,$website); It seems not to work because >< is in the ...
-3
votes
1answer
42 views

Regular expressions for a particuler string replacement [closed]

I have a string which contains some HTML code in it. str = '<p><span style="font-size: 60px;">database </span>test</p>'; here I need to pick the "60" and replace it with 3 ...
0
votes
0answers
36 views

How to random array when using preg_place?

I've done outside tags, but i don't know using random tags, here my code: $content = "<span style="color:black;">hello word</span>, this is my <span ...
0
votes
1answer
97 views

PHP regex preg_match_all greedy modifier

Here is my code: echo "<br />"; preg_match_all("|<[^>]+>.*</[^>]+>|U", "<b>example:</b><strong>this is a test</strong>", $out, ...
1
vote
4answers
88 views

Regex to match not empty html link?

What i need is very simple. If link or word is empty or whitespace, not match. <a href="link">anything</a> - match <a href="">anything</a> - not match <a ...
-1
votes
2answers
56 views

PHP Regex: Matching Contact Us Link

I am not sure why this isn't matching. But lets say there is a whole page of html and i want the Contact Us link, regardless of if the text in the link is "Contact us", "contact us", "Contact" etc. ...
-1
votes
1answer
52 views

How to use RegEx to get what I want and nothing in between

I have been messing around with Regex for a couple hours now and I'm at an impass. Lets say I have this: <a href="/link here/faqs"></a><a href="/link/here/contacts"></a><a ...
0
votes
1answer
257 views

preg_match_all() multiple items from text

I have an array of items like this: <tr> <td class="vertTh"> <center> <a href="/browse/200" title="More from this category">Video</a> ...
0
votes
2answers
154 views

preg_match_all how to find specify only <p> tags that end with <br></p>

I have been playing around with this and I am left with this... preg_match_all('/<p>(.*?)<br>(.*?)<p>/s', $offices, $district); Which is working OK... but there is of course one ...
0
votes
2answers
65 views

parse a string of html attributes into a dict? [closed]

preface - i've been working on regexs for a package all day, and my brain is just not functioning anymore. i'd like to finish this tonight, and not work in the morning. at this point in my module , ...
0
votes
1answer
80 views

RegEx that removes XHTML line breaks appearing before block-level tags

I need a RegEx that finds extraneous <br /> tags that occur before block tags, leaving all other <br /> tags intact. Here's the text I am searching: <div>some text<br ...
1
vote
2answers
123 views

javascript RegExp - get count of all html tags total characters

I am trying to get the count (length) of all matching HTML characters including opening (<tag>) and closing (</tag>) including any attributes Consider the following HTML: <div> ...
1
vote
1answer
85 views

Regex optional group not working

At the moment I'm learning regular expressions and there are many thing I don't understand. I have a website with a table, where I want to extract the items. One of the columns can contain either a ...
1
vote
3answers
41 views

Match href and 'a' value in link

How can I match the href and 'a' vlaue in a link ? So extract 'www.google.com' & 'test' from below : <A HREF="www.google.com/test.html" title="test">test</A> Here is what I am ...
0
votes
1answer
118 views

How to strip entire HTML, CSS and JS code or tags from HTML page in python [duplicate]

Possible Duplicate: BeautifulSoup Grab Visible Webpage Text Web scraping with Python Say I am a very complex HTML page consisting usual HTML tags, CSS & JS in the middle. We might see ...
0
votes
1answer
90 views

I need to grab data from html of a remote url

I need a script that accepts this ul: <ul id="activitylist"> <li class="activitybit forum_thread"> <div class="avatar"> <img alt="secret team's Avatar" ...
3
votes
2answers
102 views

How to use the substr() function inside preg_replace() function?

This is what I have so far, but whatever I try, my album-content won't get truncated with substr(). $gallery = preg_replace('/(<div class="album-content">)(.*?)(<\/div>)/e', "'$1' . ...

1 2 3 4 5 7