Jump to content

not pregmatching


sphinx

Recommended Posts

This doesn't appear to be pregmatching:

 

<?php
$page_contents = file_get_contents("qwebsite.com/dj.php");
$matches = array();
preg_match('/Kadio :: ([a-zA-Z]+) ([a-zA-Z]+)/', $page_contents, $matches);
echo $matches[0];
?>

 

Kadio :: Mobocracy (Temp) Dj

 

It's really annoying because when different people DJ, some people have spaces, some don't etc and some have () brackets.. so it's really hard to get a preg match all of the time.

 

Link to comment
https://forums.phpfreaks.com/topic/249698-not-pregmatching/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.