View Single Post
  #1  
Old 07-23-2013, 09:07 AM
JGM22 JGM22 is online now
Registered User
 
Join Date: 06-24-2010
Posts: 130
Searching via regular expressions

I am trying to search on the word 'Extend'. I want to limit my search results where the word 'Extend' is the first word in the Item. Anyway to search and limit the results by using the first word ( ie: using regular expressions would be ^extend )?

I want the results as follows:
Extend blah blah <- I want this to show in the search results
Extend blah blah blah <- I want this to show in the search results
Blah Extend <- I want this excluded from the search results since extend is not the first word

Thank you,

JGM
Reply With Quote