Peter, Try this pattern: "\bseg\b" When you paste it into 4d the string will change to "\\bseg\\b".
The '\b' is 'word boundary' so this looks for the letters 'seg' between word boundaries. On Fri, Oct 27, 2017 at 12:07 PM, Peter Mew via 4D_Tech < [email protected]> wrote: > Hi > If I have a document, that has both the word "seg" and the word "segment", > is there a way I can find the positions of just the word "seg" > -- Kirk Brooks San Francisco, CA ======================= *The only thing necessary for the triumph of evil is for good men to do nothing.* *- Edmund Burke* ********************************************************************** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug.html Archive: http://lists.4d.com/archives.html Options: http://lists.4d.com/mailman/options/4d_tech Unsub: mailto:[email protected] **********************************************************************

