Jump to content

Or operater in regular expression


kevinkhan

Recommended Posts

I have this function set up

 

  preg_match('%[studied at|Went to] \\\u003ca href=\\\\"http:\\\/\\\/www.facebook.com\\\/pages\\\/[a-zA-Z-]*\\\/\d*\\\\" data-hovercard=\\\\"\\\/ajax\\\/hovercard\\\/page.php\?[a-zA-Z=0-9]*\\\\">([a-zA-Z\s]*)\\\u003c\\\/a>%', $page, $match);
    if($match && count($match)>0) {
        echo "Match Found";
        htmlOut($match[1]); //Lives in u003ca href="http:\/\/www.facebook.com
    }

 

how come its picking up a match for this code

 

Works at \u003ca href=\"http:\/\/www.facebook.com\/pages\/Cork-University-Hospital\/111186745584982\" data-hovercard=\"\/ajax\/hovercard\/page.php?id=111186745584982\">Cork University Hospital\u003c\/a>

 

I only want a regular expression that will match for "Went to" or "Goes to" or "Studies at" and not "Works at"

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.