Mega Code Archive
Categories
/
Php
/
Strings
Making a quantifier match as few characters as possible
emphasized sections preg_match_all('@
.+?
@', $html, $matches); ?>