That’s rather what I thought, in which case it won’t work for Chip’s original query.
> On 22 Aug 2019, at 21:12, Chip Scheide via 4D_Tech <[email protected]> > wrote: > > Given 2 strings, > I want to find, and return, the longest substring which is the same in > both, regardless where in either string the longest substring starts. > > ex: > 1- This is my dog > 2- My dog does not have fleas > longest common string is 'my dog’ 1 - This is my dog // note double space after “my” 2 - My dog does not have fleas longest common string is “ dog “ (and in Chip’s example, it’s actually “my dog “). Jeremy > On 23 Aug 2019, at 13:46, Keisuke Miyako via 4D_Tech <[email protected]> > wrote: > > GET TEXT KEYWORDS breaks strings the same way as when you double-click a word > in a text editor. > > spaces, tabs, etc. are boundaries, > commas periods and apostrophes depend on the context. > > e.g. (one word) > 1,000,000 (one word) > Macy's (one word) > > http://userguide.icu-project.org/boundaryanalysis > > 2019/08/23 21:39、Jeremy Roussak via 4D_Tech > <[email protected]<mailto:[email protected]>>のメール: > What about double spaces? ********************************************************************** 4D Internet Users Group (4D iNUG) Archive: http://lists.4d.com/archives.html Options: https://lists.4d.com/mailman/options/4d_tech Unsub: mailto:[email protected] **********************************************************************

