msaspence Posted November 28, 2007 Share Posted November 28, 2007 Does any one know of a function that can be used to search a string for html tags using a css selector Link to comment https://forums.phpfreaks.com/topic/79270-function-to-search-a-string-for-tags-using-a-css-selector/ Share on other sites More sharing options...
trq Posted November 28, 2007 Share Posted November 28, 2007 strpos is often sufficient, otherwise you might need preg_match. Link to comment https://forums.phpfreaks.com/topic/79270-function-to-search-a-string-for-tags-using-a-css-selector/#findComment-401254 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.