A PHP function that performs a global regular expression match using PCRE patterns.

learn more… | top users | synonyms

1
vote
1answer
11 views

Extracting Strings on Multiline

Extracting Strings on Multiline Please share your ideas on this concern. how do i extract the string Domain/username field on this multi threaded line. Name Username COMP01-100 ...
0
votes
2answers
43 views

Determine if position in html string is within an anchor tag

I am currently using preg_match_all() to find all words that begin with a specific of preffix. For example, if the preffix is cat, then catsup would be considered a match whereas housecat would not. ...
1
vote
2answers
44 views

regexp to match all images without link [duplicate]

I use this regex to match all images. How I can rewrite it to match all images WITHOUT </a> in the end ? preg_match_all ("/\<img ([^>]*)\/*\>/i", $text, $dst);
0
votes
2answers
32 views

I can't use my regular expression right

Sorry guys, maybe my question is really silly, but I'm stuck...again with regular expression... Look, I have a variable, for ex: $str = "[quote]Here I am 2013[/quote]"; $rega = ...
-1
votes
2answers
26 views

Preg-Match-All - Synonym File

I am writing a php script that will parse through a file, (synonyms.dat), and coordinate a list of synonyms with their parent word, for about 150k words. Example from file: 1|2 ...
0
votes
1answer
17 views

preg_match_all /(\w ):[^\/]/ not work

i want to get this pattern from my url : (\w+):[^\/]+ but it doesn;t work in PHP :( in this url string : http://azera/admin/filemanager/index/cmd:download/file:RjpcYXplcmFcUm91dGVyLnhtbA== i must ...
0
votes
1answer
6 views

Having trouble getting preg_match_all to work

I'm new to regular expressions and really struggling to get it to work. I'm trying to grab some information from a page that is in between the following html: <!--webbot bot="Include" ...
2
votes
5answers
44 views

Get all matches in a regular expression

I have this URL: uploads/offers/picture/_YToxOntzOjc6Im9wdGlvbnMiO3M6MTY6Inpvb21Dcm9wLDI4MS_/_wyMDAiO30=_/518edc82d94b0-201341717250_descuen_a06d000000fkvwpiak_1_1.jpg And I need to get all ...
0
votes
3answers
22 views

matching code using preg match all

i am coding a php for matching Code ussing preg match all tag. here is my php code. preg_match_all('|SentSmsId(\d*?)&noOfMessages|i', $data, $code); echo "$code"; here is the html code. ...
-1
votes
2answers
27 views

Preg_match with referenced variable in PHP [closed]

The following code does not give me the expected results. if (isset($newpost['message'])) { $matches = array(); preg_match_all("~\[QUOTE\=.*;(\d+)\]~isU", $newpost['message'], $matches); ...
0
votes
2answers
40 views

Stuck with php regular expression

So I have been trying to figure out regex to capture multiple sections of my data but, seems I've been failing since last two days now...:( Please help Let's say following is my data : <div ...
1
vote
2answers
58 views

how to capture every single match of a repeated pattern? [duplicate]

I have the following regexp: /xxx ([a-z]+)(?:, ([a-z]+))* xxx/ I want to capture all colors in the following test string: xxx red, blue, pink, purple xxx (now only red and purple get captured) ...
0
votes
3answers
49 views

How to get content from nested mark using PHP with regular expression?

Here is the string: $text = "aaaaaaaa[[Image:1939.jpg||thumb|right|200px|[[1939]], [[Mr. X]] is [[here]].]]bbb"; I wanna get this: Image:1939.jpg||thumb|right|200px|[[1939]],[[Mr. X]] is [[here]]. ...
0
votes
1answer
54 views

RegEx for preg_match_all in PHP

This is my string ($string): swatch: http://abc.com/not_this_one.jpg, zoom:[ 'http://abc.com/aa.jpg' ], large:[ bbbbbbbbbbb' ], swatch: http://abc.com/not_this_one.jpg, zoom:[ ...
-5
votes
1answer
30 views

Php preg_match_all, wordpress function [closed]

I have found this code on internet...i'm really don't know about php... can someone tech me,pleasee.. <?php function catch_that_image() { global $post, $posts; $first_img = ''; ob_start(); ...
2
votes
1answer
27 views

Regex values between brackets

I want to receive all values between brackets into an array, but I don't get it working. Input: Hello, My name is {NAMES.ID1} and I am {USER.age} and I do {HOBBY.NAME}. Ouput: array ( [0] ( ...
0
votes
1answer
20 views

How to order by a segment of preg_match_all results?

I'm using PHP to generate a list of references to a text by doing a preg_match_all search on a database table. Here is the PHP code: $query = "SELECT primary_tag,display_short_title,content FROM ...
2
votes
1answer
44 views

RegEx for preg_match_all not working

This is my string ($string): swatch: 'http://abc.com/aa.jpg', zoom:[ 'http://abc.com/bb.jpg' ], large:[ 'http://abc.com/cc.jpg' ], I use the following pattern in ...
-2
votes
1answer
55 views

curl preg_match all tag. please and give correct one [closed]

I want To Pull Down Some Data Using using curl here is the page source. <div class="welcome_content_panel round_four"> <div class="welcome_text_box"> <div ...
2
votes
1answer
42 views

PHP preg_match_all to match multiple patterns

I have a few 10GB files with mysql info which I would like to filter for a specific table. The queries look like this (though can have fewer or more line breaks): SET INSERT_ID=2/\*!\*/; at ...
1
vote
1answer
34 views

Regex link from google results

I was trying to get URLs from Google results, but the Google api doesn't allow getting more than the first 100 results, so I thought of copying the Google content, pasting it to a file and using ...
-1
votes
1answer
64 views

Parsing “&nbsp;” Characters as Spaces [closed]

I'm working on a project for a client where I need to parse data from their legacy HTML pages for more efficient storage. The data appears in this basic format, with multiple key/value pairs on a ...
2
votes
2answers
76 views

PHP regex preg_match_all: Capturing text between multiple square brackets

I need to capture some string arrays.. and i've been trying but i can't :$ i've this in my code: <?php $feed = "[['2013/04/03',8.300],['2013/04/04',8.320],['2013/04/05',8.400]]"; ...
2
votes
1answer
51 views

PHP matching all

I'm using a wordpress plugin called Movie Poster which grabs a movie's info from imdb and displays it in a post. How do I grab just the first Production Co before the first comma? I'm confused on how ...
2
votes
4answers
109 views

Get all nested curly braces

It is possible to get all content in nested curly braces from string? For example: The {quick} brown fox {jumps {over the} lazy} dog So i need: quick over the jumps {over the} lazy Better in ...
-1
votes
0answers
16 views

find something with preg_match_all

i have data function startclock() { xnow = new Date('Apr 26, 2013 14:00:26'); stopclock(); showtime(); } and want to grab only this Apr 26, 2013 14:00:26 please help. thank you
0
votes
1answer
66 views

Merging preg_match_all and preg_replace

I have some code running which finds out hashtags in the string and turns them into links. I have done this using preg_match_all as shown below: if(preg_match_all('/(#[A-z_]\w+)/', $postLong, ...
0
votes
2answers
49 views

php: removing certain character  after detecting string with space/whitespace in the front using regex

I am currently trying out on a web crawler and faced this problem with regex. The characters i want to store from the string below is "09:00 AM" : <td style="border: #080707 1px solid;" ...
0
votes
1answer
38 views

Compare String that Aren't Exact Match

I'm doing a short answer quiz for a uni course. Basically students have to type in the answers/keywords. I use preg_match_all() to do the string comparison (user answer and answer in database). I was ...
1
vote
1answer
33 views

Preg_match_all only outputting Numbers. I need letters as well

I am modifying a script to output a string from a long page of text and this works like a charm, the only issue is that the second set will only output numbers. <?php $file = ...
1
vote
4answers
48 views

Struggling with php regex

I'm struggling with what I imagine is quite a simple regex for a preg_match_all() call. I'm looking to mimic the Wikimedia style internal links system which will turn something like this [[link]] into ...
0
votes
1answer
57 views

preg_match_all in php produces different results with database string

I am using preg_match_all in php to construct tokens from a string written in a DSL. When I hardcode a test string into my PHP code and run it, it all works. However, when I read the same string from ...
0
votes
0answers
11 views

preg_match_all() [function.preg-match-all]: Unknown modifier '<'

I'm from China.Forgive my not perfect english. I want to scrape the products' url list from the page "-/N-1dzZne">http://www.eastbay.com/Training/Shoes/-/N-1dzZne",I write a preg_match_all() ...
1
vote
1answer
45 views

regexp achor href url that contains street addresss match

I like to get the urls that are in anchor tag definitions from html strings. The html is structured fairly well but the string that I am trying to collect contains addresses for google maps and can be ...
1
vote
5answers
71 views

Regex to get content between single and double quotes php

I have code like: preg_match_all(UNKNOWN, "I need \"this\" and 'this'", $matches) I need the REGEX that would have the $matches return just two entries of “this” without quotes.
1
vote
2answers
42 views

Preg match contents between [IMG] tags

I'm writing a script that retrieves the first image link in a post $content = [center]Hello World, this is my house: [img]myhouse.png[/img] blah blah blah blah [/center] This is another house ...
3
votes
1answer
27 views

Regular expression to split a string except in URLs

I need to split a string on any non-alphanumeric character except / and -. For example, in preg_split(): /[^a-zA-Z0-9\/\-]/ This works great, but now I want to split the string at all these points ...
0
votes
5answers
151 views

How to get value inside <a tag using preg match all?

i got html content that need to extract values inside hyperlink tag using preg match all. I tried the following but i don't get any data. I included a sample input data. Could you guys help me fix ...
3
votes
5answers
81 views

preg_match get text

I have test.php and on test1.php i have this php code running <?php $Text=file_get_contents("http://inviatapenet.gethost.ro/sop/test.php"); preg_match_all('~fid="(.*?)"~si',$Text,$Match); ...
8
votes
4answers
134 views

How to get text in array between all <span> tag from HTML?

I want to fetch text in array between all <span> </span> tag from HTML, I have tried with this code but it returns only one occurrence : preg_match('/<span>(.+?)<\/span>/is', ...
1
vote
1answer
23 views

editable preg_match_all via input

Hi how can i make preg_match_all editable preg_match_all('{(".$limit.")}i',$content,$matches); <input type="text" size="30" name="limit" id="limit" value="" /> so if i want to search for a ...
1
vote
1answer
46 views

preg_match_all(): raw ASCII hex matching

I'm trying to find a pattern for raw form of hexadecimal representation of ASCII characters. An example input looks like this (with apostrophes included): '\x61\x62\x63\x87\x72\x52' or ...
0
votes
2answers
54 views

Issues with regex for overlapping matches

In short, I'm trying to match the longest item furthest right in a string that fits this pattern: [0-9][0-9\s]*(\.|,)\s*[0-9]\s*[0-9] Consider, for example, the string "abc 1.5 28.00". I want to ...
0
votes
1answer
47 views

Wordpress redirection on login

We have a bilingual Wordpress theme. The English version is at mydomain.com and the Czech version is in a virtual directory at mydomain.com/cs/ When a user logs in at mydomain.com/login they are ...
0
votes
1answer
57 views

A better way to handle a simple markup to html converter in php

Yes I know there are already classes/packages/systems out there that do this for me, but I've got some requirements and design choices that preclude me from using them. So given that I've decided to ...
0
votes
1answer
31 views

apostrophe in preg_match_all() is giving me problems

So I've got this piece of code that wont play nice. preg_match_all("/(\{\[)([\w-\d\s\.\|']*)(\]\})/i",$replace_text, $match); What it is supposed to do, is allow an apostrophe to be in my ...
0
votes
0answers
37 views

regular expression matching

I am trying to do a preg_match_all for file I have data in The file has the follwing data: </tr><tr align="center"> <td class="a">.xyz</td><td class="b">$139.00 ...
0
votes
1answer
52 views

Getting data using Regular Expressions - PHP

I have html text stored in one of the columns of a database. the column name is mailbody and the table name is inbox_master. Some the cells of column mailbody has divs like below <div ...
0
votes
2answers
38 views

Print multi-dimensional array from preg_match_all

Haven't been able to find a straight answer yet.. my array $sitematches: if (preg_match('/<start>(.*?)<finish>/s', $source, $matches)) { if ...
0
votes
1answer
55 views

Extract number in Preg_match_all of jQuery

Just trying to extract the second td (which is a number) of the table that is, the value of 235. Values of numbers change dynamically. ...

1 2 3 4 5 14