CowDev
11/13/2017 - 4:28 PM

REGEX for matching ID-tags

Match all IDs in HTML-tags. For use with anchor tags

<?php preg_match( '/(?<=id=\")([A-Za-z0-9].*)(?=\")/', $field, $matches ); ?>