Jump to content

[SOLVED] what's wrong with this ?


asmith

Recommended Posts

why i can't get this working ?

 

i want to search  , the sentese must be start with a number , then must have --- then must contain letters and numbers .

but this code accepts --  instead of ---, and if i don't start with a number it accept that too , please help !

 

<?
$a = ---fdfg
if (preg_match("/^[0-9]*---*[0-9a-zA-Z]/",$a))
{echo "yes";}
else
{echo "no";}
?>

Link to comment
https://forums.phpfreaks.com/topic/79937-solved-whats-wrong-with-this/
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.