Home > Q&A > body text
preg_match('/<a.*?href=["|\'](.*?)(\/page-\d{1,}\.html?)\/?(page-\d {1,}\.html)?(.*?)["|\'].*?>/',$content,$matches);
What does it look like after deleting "page-" and ".html" in the code