lwc Posted November 16, 2006 Share Posted November 16, 2006 I want to have Google like search results, but seems like everything I wanted involved regexp, so I moved this topic [url=http://www.phpfreaks.com/forums/index.php?topic=115226.0]to the right forum[/url]. You can help there if you like. Link to comment https://forums.phpfreaks.com/topic/27471-google-like-search-results/ Share on other sites More sharing options...
Psycho Posted November 16, 2006 Share Posted November 16, 2006 You need to use a regular expression search and replace. Then you use case insensitivity in the regEx search but use the original word in the replacement. I'm no RegEx expert, but there is a forum here for that. You would use RegEx to identify the beginning and end of scentences as well.Go post in that forum for assistance or do some googling concerning regular expressions> RegEx expressions are difficult to master but very powerful. Link to comment https://forums.phpfreaks.com/topic/27471-google-like-search-results/#findComment-125600 Share on other sites More sharing options...
lwc Posted November 16, 2006 Author Share Posted November 16, 2006 Ok, I moved it to the right forum, so let's focus here on the other issue (that is now the sole issue in this topic). How can it be done?Thanks! Link to comment https://forums.phpfreaks.com/topic/27471-google-like-search-results/#findComment-125662 Share on other sites More sharing options...
Psycho Posted November 16, 2006 Share Posted November 16, 2006 Didn't I already answer that as well?[quote author=mjdamato link=topic=115209.msg469006#msg469006 date=1163693563]You would use RegEx to identify the beginning and end of scentences as well.[/quote] Link to comment https://forums.phpfreaks.com/topic/27471-google-like-search-results/#findComment-125729 Share on other sites More sharing options...
lwc Posted November 16, 2006 Author Share Posted November 16, 2006 Ok then, I moved the whole thing there... Link to comment https://forums.phpfreaks.com/topic/27471-google-like-search-results/#findComment-125809 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.