Hey all. I recently created this page,
http://smarty.incutio.com/?page=modifier.google_highlight
but I'm hoping someone has a better way to parse the search string than I use:
Currently I pull out all the double quoted strings before exploding the search term on spaces, but I think there's probably a way to do this using preg_split() along the lines of
/\".*\"|:space:/
but I know for sure that doesn't work and I'm not regexguru enough to figure it out.
Any help is appreciated!
Tom