coolpaul Posted May 18, 2006 Share Posted May 18, 2006 Hi,I want to build something similar to googles "wordtosearch" facility. I basically want to restrict a search so that it picks out the particular word rather than being part of another.For example, i want to search on the word "panda". I dont want to have results that include words suchas "ex[b]panda[/b]ble". I only want "panda" matches.I guess this could be done using regular expressions. could someone help?ThanksPaul Link to comment https://forums.phpfreaks.com/topic/9930-mysql-regular-expressions/ Share on other sites More sharing options...
alpine Posted May 18, 2006 Share Posted May 18, 2006 You will find a solution in the [a href=\"http://www.phpfreaks.com/mysqlmanual/page/manual_Functions.html#Fulltext_Search\" target=\"_blank\"]Mysql Manual : [a href=\\\"http://www.phpfreaks.com/mysqlmanual/page/manual_Functions.html#Fulltext_Search\\\" target=\\\"_blank\\\"]http://www.phpfreaks.com/mysqlmanual/page/...Fulltext_Search[/a][/a] Link to comment https://forums.phpfreaks.com/topic/9930-mysql-regular-expressions/#findComment-36930 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.