A community of PHP developers offering assistance, advice, discussion, and friendship.
Skip to content
Moderator: General Moderators
Post by myleow » Fri Sep 17, 2004 12:53 pm
Code: Select all
string A = "./Contacts";
string B = "./C\System\Data\Contacts.dba";
Post by feyd » Fri Sep 17, 2004 12:55 pm
preg_match('#\bContacts\b#',$string);
Return to “PHP - Code”