Quick Question
Posted: Tue Oct 18, 2005 3:17 pm
What does * apply to - '.' only or the whole '<br \/>.'?
Code: Select all
$regex = '/<br \/>.*/';A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
$regex = '/<br \/>.*/';