like 25 25 inside the string php

Solutions on MaxInterview for like 25 25 inside the string php by the best coders in the world

we are a community of more than 2 million smartest coders
registration for
employee referral programs
are now open
get referred to google, amazon, flipkart and more
register now
  
showing results for - "like 25 25 inside the string php"
Lea
21 Jan 2016
1strpos('STRING', 'SEARCH_ITEM');
2
3--------------OR--------------------
4  
5preg_match('~' . preg_quote('.SEARCH_ITEM.', '~') . '~', 'STRING');